The options-menu tag has no wiki summary.
0
votes
2answers
22 views
Multi-level selector. Javascript not printing out result.
I am trying to get javascript to print out the price of the phones but for some reason it wouldn't print. I have done a js lint test and I can't see why its not linking up. I was hoping some could ...
0
votes
1answer
39 views
onSelect tax calculations
My work is only required to charge California State residents sales tax when they make a purchase. I wrote what I hoped would be a javascript function that will apply sales tax when the customer ...
0
votes
1answer
490 views
ActionBar Sherlock, Fragment and SearchWidget
As the title says i have a problem implementing search widget in some Fragment. My problem is that when i use inflater to inflate custom view inside a onCreateOptionsMenu and after that I find ...
1
vote
1answer
54 views
Can't click Options Menu if initial menu size is zero
Lets assume, that I have two activities. One called MainActivity, and the other called PopupActivity.
I want to have a context menu in MainActivity, after the user visited PopupActivity.
Main [no ...
1
vote
1answer
25 views
optionsmenu not working since updating eclipse with sdkmanager
I've an app that i've been developing for around 6 months. It uses an options menu on some of the screens. It has always worked until i updated eclipse from api ~14 to 17. I also updated the tools as ...
0
votes
1answer
140 views
Android - Refresh Options Menu without calling invalidateOptionsMenu()
Hello Android Developers,
I have seen a lot of question regarding the update of Options Menu. However, every answer says I have to call invalidateOptionsMenu().
My question is, is there any other way ...
1
vote
2answers
366 views
Select multiple options from jsp dropdown
I have the following code and I want to be able to select multiple options when with a shift button. The following code displays a list of items in a drop down option menu:
I have a table in the DB ...
0
votes
1answer
73 views
Undefined Index with WordPress theme options panel
I have 4 undefined index warnings in debug mode. I've fixed about 10 already but I can't seem to figure out the proper way to fix the rest:
Here is my code: http://pastebin.com/S61WuFem
My errors ...
-2
votes
1answer
58 views
How to divided in two optionsMenu like this? [closed]
Please help me create a optionMenu like this.
I tried to add the empty layout into menu.xml but it's not work :(
2
votes
1answer
85 views
“Scope Highlight” feature in Visual Studio? (same as seen in BlueJ for java)
I would like to know (as I've failed so far in finding such a feature in the VS's options),
if there is a feature which allow for scope highlighting same as seen in the BlueJ IDE for java,
here is an ...
0
votes
0answers
214 views
Android SherlockActionBar options menu OS 4 label color incorrect
Good afternoon dear developers.
I am developing an application using SherlockActionBar library and get an abnormal behavior of the options menu at OS 4, it has a dark (instead of native white) labels ...
2
votes
2answers
552 views
Python TKinter dropdown menu issue
In the below code I am having trouble with the line self.dmenu1.bind("<Button-1>", self.branches), and I'd be really grateful if someone can please set me in the right direction.
I'm expecting ...
1
vote
1answer
192 views
customize options menu in android
I'd like to customize options menu in my app. After some googling and making a lot of effort I am still unable to do it. Here is what I want:
menu.xml file:
<?xml version="1.0" ...
1
vote
1answer
176 views
java.lang.illegalstateexception: a factory has already been set on this layoutinflater
I have tried to change the background color of options menu in my android app. I am using ActionBarSherlock library. I have tried this code for changing the background color of options menu
...
0
votes
1answer
116 views
Can't call function from within onOptionsItemSelected
public boolean onOptionsItemSelected(MenuItem item)
{
//check selected menu item
switch (item.getItemId()) {
case R.id.exit:
this.finish();
return true;
case ...
0
votes
1answer
101 views
How to hide an optionsmenu button at runtime
In my app i have an optionsmenu. It has 2 buttons. Depending on a boolean value i would like to show/hide one of the buttons. I've got the following code but it doesn't hide the button. How can i do ...
3
votes
1answer
225 views
how to keep an options menu always on the screen
I need the options menu to be displayed on screen always.. I've written the code to open options menu on the startup of an activity..
@Override
public void onAttachedToWindow() {
...
0
votes
0answers
104 views
ActionBarSherlock handle open OptionsMenu event
I try to build a filePreviewer with a ViewPager and an ActionBar.(compatible to API 7) On Touch events I am showing the ActionBar and with a handler + runnable it is hidden again after a certain ...
1
vote
3answers
648 views
android implement missing hardware OptionsMenu button
I'm new in the world of android. Until now each and every "OptionsMenu" could be created like this:
@Override
public boolean onCreateOptionsMenu(Menu menu) {
...
1
vote
2answers
674 views
Android ActionBar Recreate Options Menu
When using the ActionBar in Android, how do you refresh the options menu? I have tried hiding and showing the bar, along with getting a new instance of it with "getSupportActionBar()"
I am trying to ...
0
votes
1answer
215 views
Android OptionsMenu Hide First Item
folks.
Here's the problem. Let's say I have three items on my menu. I want the first one to be invisible (like transparent) but at the same time consumes space. And the second and third to be ...
1
vote
2answers
147 views
Chrome-like display of menu
I'm trying to find some information on how to create a menu that looks like the top of the menu for chrome for Android. I have tried experimenting with implementing icons for Android 4.0, but no luck. ...
0
votes
0answers
211 views
Override option menu to open a popup menu
I have a popup menu in my activity which is shown as dropdown. I need this popup menu to showup excatly as dropdown at the same place when I click on the options menu button.
public void ...
0
votes
2answers
106 views
Options Theme - Wordpress
Searching about options page, I found a lot of themes that uses a options theme page like this one:
There is an pre-built option? What framework do you advise?
Thanks
1
vote
1answer
127 views
Android multiple options menu for multiple screen with no code repetition
My android app has several screens, and in each one of them I would like to have a similar options menu with a slight different.
For example screen A would have items 1,2,3,4 and screen B would have ...
0
votes
2answers
1k views
Don't call onCreateOptionsMenu in Fragment on largelayout
I have 3 Fragments which, in a normal (small) layout are all in separate Activities. They should provide an optionsmenu in the small layout.
In the large layout, I have the 3 fragments in one ...
1
vote
1answer
64 views
OptionsMenu onOptionsSelected gives me nothing
I am trying to make a simple Activity which has a menu with two buttons. The first button will load a separate activity, while the second button I am leaving with nothing to do for now. I have put log ...
0
votes
1answer
105 views
Reusing the options menu xml - is it good practice
Is it considered good practice to use the same options menu in multiple activities?
For example:
You have a number of "edit object" activities, with each activity accommodating a different object. ...
0
votes
1answer
71 views
Can only push one button
Im using this code to make a hangman application, but if i chose a language first nothing happen if i push the three button (nyttSpillKnapp, omSpilletKnapp,avsluttKnapp)
I donno why. If i dont chose a ...
0
votes
3answers
449 views
onOptionsItemSelected issue
i have created an options menu for my database class. Upon launching the options menu, I would like to the desired activity at the click of the specified button.
But the issue is that if i click on ...
1
vote
1answer
135 views
Callback when the options menu creation is complete
I need to make sure that the options menu has been created before i run a certain code that accesses one of the menu items. Is there a callback for that or how can i implement one?
Is there any ...
0
votes
1answer
764 views
Android: OptionsMenu clears my Spinners, how to update them?
My Android app has two Spinners (dropdown menus) working fine.
However, now I've added an OptionsMenu with:
One submenu with options to open an AlertDialog textbox.
One submenu with options to ...
1
vote
4answers
1k views
Creating Options menu in Android
I am trying to create options menu in my Android program. I am using the following code to inflate options menu :
@Override
public boolean onCreateOptionsMenu(Menu menu) {
...
6
votes
2answers
8k views
Android options menu icon won't display
I'm following a book on Android Development to get myself started writing my first real app.
I got up to the point where I'm making an options menu for one of my activities. The menu shows up, but the ...
0
votes
1answer
371 views
Keep Android menu open at all times: onOptionsMenu
I'd like for my menu button in my main activity to be open at all times. I've used:
@Override
public void onAttachedToWindow() {
super.onAttachedToWindow();
openOptionsMenu();
}
which opens ...
2
votes
4answers
1k views
Detecting the background color of the option menu
I have realized that there are at least two background colors on Option menu of Android. On the HTC Hero, the background is white and on Samsung Galaxy S II, the background is black.
This became a ...
0
votes
1answer
2k views
res folder inside bin has gone empty,causing errors.How to fix?Something to do with options menu?
The res folder inside of bin is supposed to contain .dex,.apk and .ap_ i think.Mines gone empty somehow causing errors like not being able to access the layout resources.I have tried clean and build ...
2
votes
0answers
166 views
Handle a hardkey (i.e. via dispatchKeyEvent) while an options menu is visible (i.e. via onCreateOptionsMenu) in Android?
Currently, my activity intercepts volume button key presses dis-allowing the setting of the ringer/media volume while my app is running. However, if the user presses the menu button, it brings up my ...
1
vote
0answers
102 views
Change the background of OptionsMenu and add/remove options dynamically
I have used the solution given in post like this for changing the background of my OptionsMenu (over min API 7). But now I have a problem. If after doing it I dynamically add or remove an option the ...
1
vote
1answer
120 views
Android make menu
I have made an options menu attached to my android menu button, but how do I make a list menu from clicking one of those menus (like the standard one you see when you go to android settings)
I must ...
0
votes
1answer
311 views
Android add listview to OptionsMenu
I want to add a ListView to the options menu so when clicked it will pop up and allow the user to scroll through it and interact it without the same as any other listview.
using something this for ...
11
votes
1answer
18k views
Handling a Menu Item Click Event - Android
I want to create an intent that starts a new activity once a Menu Item is clicked, but I'm not sure how to do this. I've been reading through the android documentation, but my implementation isn't ...
1
vote
1answer
356 views
Problem with tab view, cannot set content view
I'll link all of my files in the bottom of my post
My problem is that, I have a tab view, currently with two tabs.
These tabs are each a seperate activity, which extends CustomMenuActivity. This is ...
0
votes
1answer
86 views
Android doesn't allow both contextmenu && optionsmenu?
i've tried to add an optionsmenu and a contextmenu to one activity, but it doesn't work.
When i create a new XML file in the menu folder, where the XML file for the optionsmenu exists, the whole ...
4
votes
1answer
505 views
Activity has leaked window on orientation change with a SubMenu opened
I have a problem with my Android app. The activity has an options menu.
The menu looks like this:
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item
...
0
votes
3answers
304 views
OptionsMenu appears in double
I Have a Fragment inside an Activity. This Activity contains OptionsMenu.
I use a FragmentTransaction to launch a new instance of the same Fragment class, when I selected the OptionsMenu, it appears ...
0
votes
1answer
698 views
android honeycomb - how to make options menu item look disabled?
I am trying to disable one of the options menu items using the foll code:
public boolean onPrepareOptionsMenu (Menu menu){
menu.findItem(R.id.menu_item_id).setEnabled(false);
return true;
}
...
0
votes
2answers
566 views
Android galaxy tab options menu different?
My friend tried my app with his new galaxy tab and it seems it is a little different than the emulator I tested it on. His options menu for the app was dark instead of the white background and you ...
4
votes
3answers
3k views
Using Options Menu in a multi-Fragment Activity
I have a FragmentActivity which hosts a FragmentStatePagerAdapter. The pager contains multiple instances of the same fragment, in order that the user can swipe between the items in a list. I want to ...
5
votes
4answers
8k views
Android: onCreateOptionsMenu() item action
Sorry this is a dumb question but the answer is escaping me right now. I have a menu created through
@Override
public boolean onCreateOptionsMenu(Menu menu) {
menu.add("Email");
return ...




