[android-developers] Re: options menu problems with SurfaceView and ListView

2010-07-09 Thread javelin21
commented out the pause and everything works. Still some issues with the ListView, but I think I can handle that. The lesson here is to be sure you understand everything going on in a template before using it. Thanks On Jul 7, 10:27 am, javelin21 dsma...@javelin21.com wrote: In my application, I have

[android-developers] options menu problems with SurfaceView and ListView

2010-07-07 Thread javelin21
In my application, I have extended SurfaceView and ListView. I create a LinearLayout as below mainForm = new LinearLayout(this); mainForm.setOrientation(LinearLayout.VERTICAL); mainForm.setLayoutParams(new LinearLayout.LayoutParams(