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 <[email protected]>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 logcat: > > InputManagerService Window already focused > > thx, > j > > > On Mon, Jun 21, 2010 at 9:17 AM, greg <[email protected]> wrote: > >> 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 <[email protected]> wrote: >> > I have the same question. If you were able to come up with a solution, >> > please share! If not - does anyone else know the answer to this? >> > >> > j >> > >> > On Mon, Jul 27, 2009 at 1:19 PM, par <[email protected]> wrote: >> > >> > > Hi, >> > >> > > Is it possible to attach Menu to an application rather than each >> > > activity in the application? >> > >> > > I have 20-23 activities in my application and it doesn't make sense me >> > > to add same menu to all the activities. >> > >> > > any ideas??? >> > >> > > -Par >> > >> > > --~--~---------~--~----~------------~-------~--~----~ >> > > You received this message because you are subscribed to the Google >> > > Groups "Android Developers" group. >> > > To post to this group, send email to >> [email protected] >> > > To unsubscribe from this group, send email to >> > > [email protected] >> > > For more options, visit this group at >> > >http://groups.google.com/group/android-developers?hl=en >> > > -~----------~----~----~----~------~----~------~--~--- >> > >> > >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

