Questions tagged [menuitem-selection]
12 questions
20
votes
8 answers
How to dynamically change the color of the selected menu item of a web page?
I am new to developing web pages. I am looking to create menus similar to the ones in stackoverflow.com (like Questions, Tags, Users shown above). How do I change the color of the selected menu (for example, the background color of the Question…

Jeeka
- 861
- 2
- 11
- 21
3
votes
1 answer
uimenucontroller in uiwebview with custom menu items without MORE menu
In my iPad app, there is a UIWebview that displays text content. When I tap hold and select a text, a menu should popup with 2 custom menu.
say, | MENU1 | MENU2 |
But it seems the COPY menu will also accompany, which I couldn't disable. Is there…

BrianChristo
- 193
- 1
- 14
3
votes
1 answer
Context menu for List in Windows phone
First of all, I know about this topic: How to make context menu work for windows phone?
But this way is SOO complicated...
So I have this XAML code:

user2285701
- 47
- 1
- 4
2
votes
2 answers
how to do menu item click in Vuetify?
I have created menu on avatar hover and also added item from item array. Now clicking on the items, have to go specific component or item. I tried this:
template:

TB13
- 367
- 13
- 23
1
vote
0 answers
Access items in popupmenu for BarButtonItem, devXpress, winforms
I am new to devxpress.
I use a BarManager, on witch I add BarButtonItems at runtime. The BarButtonItem has a PopupMenu witch contains BarButtonItems.
I need to populate a TreeList with the buttons hierarchy. I can access the buttons on the bar, but…

Tim
- 152
- 10
1
vote
0 answers
ANDROID Navigation view drawer menu 1 item selected
I have 3 menus in my navigation view where each menu have few more items.
Im having problems when i press each item in menu, i want checked item to be selected but other items non selected.
Bellow is picture so that you can see what is the…

NoName
- 273
- 7
- 21
1
vote
2 answers
how to save menuitem visibility state through sharedpreferences?
Hi In my app I add a menuitem on the action bar called "add to favorite" shown by white star icon. When user click it this icon become disappear and other yellow star icon item visibility comes up...this works fine..but the problem is that when I…

user3340483
- 47
- 6
1
vote
1 answer
Clicking on a side of the text on the asp menu item; menu disappears
If user clicks on a side of the text in the drop down menu, the menu disappears but system performs no action and user needs to click right on the text.
Clicking on a side should not disappear the menu but should stay there so that user should know…

Muhammad Akhtar
- 51,913
- 37
- 138
- 191
0
votes
1 answer
Navigation drawer icon checked change
I have a fragment and an onTouch event to switch to another fragment
public boolean onTouch(View v, MotionEvent event) {
int x = (int)event.getRawX();
int y = (int)event.getRawY();
if…

Delek
- 11
- 2
0
votes
0 answers
Ext js 4: Clicking at empty space in item selector deselects the selection
Currently the default behavior for item selector is that whenever I click at any empty space inside the item selector , it deselects the entire selection. But I need to implement a behavior where items get deselected only if they are clicked on…

Shubh
- 29
- 4
0
votes
1 answer
when item in navigation drawer is clicked program gets terminated in android
In my navigation drawer I have 4 items namely
english,
hindi,
tamil and
malayalam.
When navigation drawer is opened and when tamil or malayalam item is clicked, process gets terminated, but when english and hindi item is clicked it works. After…
user5051550
0
votes
2 answers
Switching menu items between two lists using buttons in JavaScript
I have this school assignment that I've been working on and am totally stumped as to why it's doing what it's doing. Basically it's a left selection list, 2 middle buttons, and a right selection list. The purpose is to move options between lists. My…

Josh
- 3
- 2