Re: [android-developers] openOptionsMenu not working on Honeycomb device

2012-02-23 Thread richie rich
Problem is, this breaks (or doesn't work) if you don't have FULLSCREEN. So all teh comments on immersive experience and hiding the actionbar are bollocks. Doesn't work even without fullscreen. The issue here is the HARDWARE menu button that used to be a required button on devices, now

[android-developers] openOptionsMenu not working on Honeycomb device

2011-12-15 Thread Royston
I have an app in which I select a theme of android:Theme.Holo.NoActionBar.Fullscreen. the app has a minim SDK of 11 and a target of 13. I am avoiding the use of the ActionBar due to issues in the way this works on different sized devices. I am attempting to provide a menu button which simply

Re: [android-developers] openOptionsMenu not working on Honeycomb device

2011-12-15 Thread Mark Murphy
AFAIK, if you don't have an action bar, you don't have an options menu. You will need to either add back the action bar or not use an options menu. On Thu, Dec 15, 2011 at 8:36 AM, Royston roystonpcar...@gmail.com wrote: I have an app in which I select a theme of

Re: [android-developers] openOptionsMenu not working on Honeycomb device

2011-12-15 Thread Royston
Mark, I cannot finds words to express how disappointed that makes me! I did rather expect this response however but was hopefull that there would be a way around the issue. Regards Roy -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] openOptionsMenu not working on Honeycomb device

2011-12-15 Thread Mark Murphy
On Thu, Dec 15, 2011 at 11:34 AM, Royston roystonpcar...@gmail.com wrote: I cannot finds words to express how disappointed that makes me! :: shrug :: Either your app has an immersive experience, or it does not. Apps where you consider the whole screen to be yours (games, video players, etc.),