Re: [android-developers] Re: Application Menu

2010-06-21 Thread Jason Van Anden
this may have been a red herring - wrong method may have been used. let's hold this thought for a moment. j On Mon, Jun 21, 2010 at 9:38 AM, Jason Van Anden wrote: > yes. tried. the weird thing is that the menu gets called and appears > fine. I get this response when an item is clicked via l

Re: [android-developers] Re: Application Menu

2010-06-21 Thread Jason Van Anden
yes. tried. the weird thing is that the menu gets called and appears fine. I get this response when an item is clicked via logcat: InputManagerService Window already focused thx, j On Mon, Jun 21, 2010 at 9:17 AM, greg wrote: > Have you tried putting your commonly shared menu in a class tha

[android-developers] Re: Application Menu

2010-06-21 Thread greg
Have you tried putting your commonly shared menu in a class that is super to your activities that need the menu? (I haven't done this for menus, but I've done it for other Activity UI components that I wanted to share among many activities.) - greg On Jun 21, 8:51 am, Jason Van Anden wrote: > I