Tagged Questions
The optionmenu tag has no wiki summary.
6
votes
2answers
862 views
What is the difference between Option Menu and Panel Menu in Android?
I just created a Panel Menu by mistake with the auto-completion of Eclipse and did not realise it before I read my code. As I wanted to have an option menu, I didn't see the slight difference in the ...
4
votes
3answers
615 views
Android option menu - one menu item in a single row
I am trying to use option menus for my application . When I add 2 MenuItem it shown in a single row, but i need only one item in a row and other in next row. Please help me.
Thanks..
3
votes
1answer
436 views
How would I create a Spinner for use as an Action Item?
(Android 3.0+) How would I create a Spinner for use as an Action Item for Android Honeycomb's Action Bar? I understand that the Action Bar's LIST mode pretty much does that, but I would like to use ...
2
votes
3answers
3k views
Android: How can I set a listener to the MenuButton?
I want to do a custom action when pressing on the Menu button on the phone.
Is it possible to set an onClickListener (or similar) on the button and if so, how?
onCreateOptionsMenu is only called the ...
1
vote
0answers
18 views
1
vote
2answers
35 views
Click “More” in Android Option Menu
When there's more than 6 items in the Android Option Menu, a "More" will be in place. My question is currently I see two different behaviors upon clicking, from different apps. One will show a menu ...
1
vote
1answer
418 views
How to change menu background color of Tkinter's OptionMenu widget?
If I take a simple example of OptionMenu from http://effbot.org/tkinterbook/optionmenu.htm, and add a line that sets background color (see below), only the button background changes color, not the ...
1
vote
1answer
243 views
Android Menu Codes in separate Class file
In my android application option menu should be available in every UI. So I need to separate those codes to a separate class file instead of repeating same code in every Activity. How can I do this in ...
1
vote
2answers
444 views
adding context menu or spinner on OPtion Menu in android
can any body have any idea if we can add a context menu or spinner when u click on an item on Option menu?
thanks
0
votes
2answers
37 views
How to use Option Menu without menu button?
in my application I have option menu it run with menu button on phone my question is, if my phone has no button how it is work ?
0
votes
2answers
42 views
How to change a variable in a option menu
First thing to say is that I'm a noob. I'm creating my first android app, after going through the tutorials. I want to create a little app that reads three specific rss feeds. I'm using a tutorial for ...
0
votes
1answer
97 views
Android startActivity in option menu cause crash application - Solved
" I solved the problem by adding the declaration of the activity into Manifest. "
I want to start an activity when the optionmenu button is pressed.
When i press the button the application crash.
...
0
votes
1answer
24 views
Android Storing Application Settings Locally
We are creating an app where i want to store certain settings locally on the device.
The settings will be
Account Settings
Notification Settings
Help
About
Logout
I came across this on foursquare ...
0
votes
1answer
136 views
Best practices for implementing a multi-level Option Menu on Android?
I'm currently working on a port of an iPhone app into an Android. The iPhone app has a custom global navigation menu at the bottom of the screen, and when bringing this over to Android, it was ...
0
votes
4answers
224 views
android how to get menu like below image
In my activity there is an option menu, for an item there is a submenu. I want for a submenu item below will come
i have xml like this,
<menu ...
0
votes
0answers
221 views
Option Menu not opening from ListActivity when list is empty, if the ListActivity is started from within an ActivityGroup
This is a follow up to a question I posted last week ( Option Menu not opening from ListActivity when list is empty .) I have done some work to narrow down the problem I have been having. The problem ...
0
votes
0answers
143 views
Option Menu not opening from ListActivity when list is empty
I have been successfully using the option menu within my ListActivity. Until now. Apparently the menu button only causes the options menu to appear when there is data in the list. I tried loading the ...
0
votes
3answers
178 views
Different color for different choices in tkinter option menu
I am using Python and Tkinter. I have an option menu with three choices with "on" being one of them. I want to make "on" be green when I select it. I don't mean the font. I want the background of the ...
0
votes
1answer
137 views
Android Multiple Options Menu
I would like to have two options menus in Android that are triggered using buttons inside the activity. Is this possible? If so, how would I go about doing so?
0
votes
1answer
145 views
ProgressBar display with some delay in on click of option menu
I am facing the issue with displaying progressbar onItem selected in option menu.
My code is here:
case R.id.mnuLogout:
showDialog(Constants.PROGRESS_DIALOG);
...
0
votes
2answers
83 views
Android menu definitions explaination
What are the differences between the following types of menus in Android?
option menu
context menu
sub menu
Can anyone give me an explanation and an example for each?
0
votes
1answer
82 views
How to insert options in the gallery?
I am working on an Android project and I am now working on the gallery on which I have
created the display of images.
I want to insert the options like View ( Grid view etc.,) , Sending options , ...
0
votes
2answers
416 views
Tkinter Option Menu Widget Changing Widths
I have a snippet here which creates a Tkinter Option Menu widget. One problem I've encountered is every time a new option is selected, the width of the widget changes. I believe this is due to the ...
0
votes
2answers
371 views
How to add Option Menu to the Gallery
I want to add a Option menu to the Gallery, but not as a part of "Share-Via". I was able to add menu to the Share-Via.
What I am looking for is adding the menu to the Option menu to "More" menu.
I ...
0
votes
4answers
137 views
iPhone option menus
What options do I have when creating menu with options (contextual menus). What is allowed and what does Apple provide?
I have a toolbar with buttons and a click of a button opens a menu with ...
0
votes
1answer
1k views
android: any tutorials on creating menus for apps?
I need a very simple menu which probably contains only one or two items: settings/options, where pressing one of them should show some customer defined parameters (is it called dialog), e.g., number ...