Questions tagged [submenu]

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

Submenus are commonly found in desktop applications but also websites.

See also: Menu (computing) on Wikipedia

1415 questions
7
votes
3 answers

ActionBarSherlock: open submenu with menu button

I'm using ActionBarSherlock-4.1.0-0 and I would like to open my submenu in the Actionbar with the hardware menu button. I'm planing an update and in my old version I used the "normal" menu. I'd like to help users to get used to the new design. I got…
Paul Spiesberger
  • 5,630
  • 1
  • 43
  • 53
6
votes
1 answer

How To Create SubMenu in Drop Down (HTML/CSS)

I just want create submenu in my drop down ... but I cant find code to fix this. HTML CODE :
Adam Muiz
  • 381
  • 1
  • 3
  • 17
6
votes
2 answers

How to change color of text and icon of Sub-Menu attached to Navigation view?

I am trying to figure out how I can change color of sub-menu items which is actually attached to navigation view. Following codes are actually from default template of Navigation Drawer which is available in android studio. activity_main_drawer.xml…
Vivek Kumar
  • 1,204
  • 4
  • 15
  • 35
6
votes
4 answers

Android support:design NavigationView checked menu sub items

I have recently started converting my android app to use the latest support library called support:design. While implementing the new NavigationView i've stumbled upon a problem displaying the selected menu items. My navdrawer_menu.xml
6
votes
1 answer

ACF object in wordpress menu-walker

I have a WP-site, and I want a sub-menu for each menu-items, with a li-item for each the_sub_field('info_block_header'). So I'm trying to create a walker with a ACF-loop inside, however I don't now how to implement the loop correctly. This is what I…
Carl Papworth
  • 1,282
  • 2
  • 16
  • 35
6
votes
2 answers

Tkinter - How to create submenus in menubar

Is it possible? By looking at the options I'm stumped. Searching on the web hasn't lead me anywhere. Can I create a submenu in the menubar. I'm referring to doing something similar to Idle Shell when I click on File and go down to Recent Files and…
confused
  • 1,283
  • 6
  • 21
  • 37
6
votes
1 answer

Action bar sub menu not working with actionLayout

Hi I am developing an android application. In my application I am using ActionBarSherlock. I defined few menu items in the action-bar, in the following way:
nilkash
  • 7,408
  • 32
  • 99
  • 176
6
votes
2 answers

Action-bar — sub menu item with text and image not working properly

I am developing small Android application in which I am using action bar with some menu items. One menu item contains sub menu. Now what I want to do is to display menu item with text and icon always. I define menu items in following manner.
nilkash
  • 7,408
  • 32
  • 99
  • 176
6
votes
1 answer

Creating a submenu in the explorer-shell-extention?

I created a small script that changes a filename (replacing spaces with _, etc.). I'm controlling this script with parameters. Now I'd like to include that into my explorer-shell-extention, so I tried to add the following registry…
user1369594
  • 183
  • 10
6
votes
2 answers

Android: How to include a menu xml inside another menu xml?

Simple question. I have my menu of child items:
dwjohnston
  • 11,163
  • 32
  • 99
  • 194
5
votes
2 answers

c++ win32 dynamic menu - which menu item was selected

i have a win32 application (c++) that has a context menu bind to the right click on the notify icon. The menu/submenu items are dynamicly created and changed during runtime. InsertMenu(hSettings, 0, MF_BYPOSITION | MF_POPUP | MF_STRING, (UINT_PTR)…
blejzz
  • 3,349
  • 4
  • 39
  • 60
5
votes
1 answer

c++ win32 efficient context menus and submenus

I would like to add a right click context menu/sub menus to my win32 application (c++) when the user right clicks on the notifiyicon data (tray icon). I can make a simple 1 level menu, but can't find a example for multiple level menus. I would like…
blejzz
  • 3,349
  • 4
  • 39
  • 60
5
votes
1 answer

How to add title to group on PopupMenu, not submenu

I want to add the title of the group of items of the submenu. I don't want to use the submenus which are hidden and open on its click, I want to implement a title of the group of menu items. So now my menu looks like this: But I want to implement…
Acuna
  • 1,741
  • 17
  • 20
5
votes
1 answer

How to create submenu in the vuetify main drawer/navigation

I'm new to vuetify js. I've started to use it and need your help to accomplish the submenu in the right side menu. Please see attached. I'm reffering to the one in the left with arrow down to select its contents. From here:…
user3928201
  • 125
  • 1
  • 2
  • 8
5
votes
2 answers

Submenu not showing - overflow hidden?

my problem is that I got 3 submenus in the third nav named "Productos", but they are not showing. I think maybe the error got something with the jQuery plugin kwicks... making it overflow:hidden; I'm kinda new so I will appreciate your help…
Omegakenshin
  • 311
  • 3
  • 14
1 2
3
94 95