Questions tagged [menu-items]

A menu item is a child element of a menu that provides the user a means to view and execute a specific application operation.

A menu item is a child element of a menu that provides the user a means to view and execute a specific application operation. A menu item may have an accelerator key which provides the user a quick way to execute the menu item operation. A menu item in turn can consist of other child menu items.

100 questions
1
vote
1 answer

How to creat a menu with icons?

I really need some guide or suggestion about how to creat a menu with icons. I am write an Android app, and I want to creat a menu like this, when I enter this app, I can see the "Main" menu in the center, I can edit the text of the menu.I press the…
Antony.zhu
  • 21
  • 3
0
votes
1 answer

How to change a menuItem tool tip from its own action listener?

I am not sure what i am doing wrong here, or even how to refine a search to cover this. Searching for Dynamic menu changes returns a ton of information but i am not finding what specifically i am looking for. I want to dynamically add sub menu's…
Powe8525
  • 121
  • 6
0
votes
1 answer

Using jQuery to re-arrange the order of list items, and st them back to default

I am building a responsive menu that scales dependent on screen size. i need to hide some li's and rearrange another when the screen size changes, then when the screen size is resized back to its original size all elements need to revert back to the…
Gavin Wood
  • 955
  • 3
  • 14
  • 28
0
votes
2 answers

Flex 4.5 align menu items center

I have searched the net, but all those tuts are for Flex 3. What is the approcach in Flex 4.5 to align the mx:MenuBar items in middle of the bar ? (usually they are on the far left side)
yolo
  • 2,757
  • 6
  • 36
  • 65
0
votes
0 answers

Strapi Menu Plugin on click of a relation throws 405

`I am trying to add a Relation in the Menu, but the relation items arent loading. This request keeps hitting : POST /admin/plugins/menus/edit/menus/relations/page_otm?limit=20&start=0 (0 ms) 405 instead of : POST…
0
votes
0 answers

wordpress current menu item problem? highlighting the menu item when you’re on the Section name?

I have made my website a one-pager with the menu items scrolling down to each section. The problem is: current-menu-item current_page_item classes are added in all menu items as shown in the screenshot.
0
votes
1 answer

Menu items with checkboxes dynamically created from collection in WPF

I'm new into WPF, and I'm unfortunately used to work only with WinForms. I'd like to ask for advice with binding. I want to fill menu items for languages like you can see in the picture below I have obtained dictionary with language name as a key…
JMan
  • 60
  • 7
0
votes
1 answer

How to Create a menu with displaying SubMenu Items in two columns WPF C#

I created a menu bar showing the submenu in two columns, but it is displaying a hover/highlight effect for the whole panel. I want to remove that hover effect from the panel.
D S
  • 1
  • 2
0
votes
1 answer

adding to Wordpress menu ID with nav_menu_item_id

I have two nav menus (topbar and main) and I want to add text to the li ID of the topbar menu. How can I prepend text "topbar-" to the li ID, without affecting the main nav menu or any footer menu? add_filter('nav_menu_item_id', 'topbar_menu_id',…
jbro
  • 25
  • 4
0
votes
0 answers

Android - Menu items are not shown on the toolbar

I have the problem that my menu items on my toolbar are not shown. Specifically, I have one menu item called 'Settings' that encapsulates all other menu items which I want to show when the 'Settings' icon is clicked. But when that icon is clicked,…
abdullah celik
  • 511
  • 1
  • 6
  • 17
0
votes
1 answer

How to Correctly Bind wx.MenuItems not stored in a variable

Premise: I'm creating a little wx.Frame were i have a wx.SubMenu with a variable number of wx.MenuItems, and i want to bind they to a method, so i used this code: self.selectworkout = wx.Menu() self.x = 110 y = [] for elem in self.workout_list: …
Leonardo Scotti
  • 1,069
  • 8
  • 21
0
votes
1 answer

Creating a Menu Catalog and a menu administration form C#

I'm stuck on this program where I have to create Implement a class Pizza which I did The part where I got stuck sounds like this Create a class MenuCatalog, that contains pizzas, and implement methods for CRUD operations (Create, Read, Update and…
0
votes
1 answer

How to read icon / image name set for menu item in android

Hi, in the above code I am showing a bookmark icon in a menu item but now my…
Piyush Jiwane
  • 179
  • 3
  • 13
0
votes
1 answer

HighCharts menuItem value not updated

I need to translate my highcharts when the user selects a different language. I have a chartservice that listens to the translationService and assign the value received from translationService to downloadCSV attribute of chart. here is the…
0
votes
0 answers

Hard time with making a console menu system in java

I know there are several ways to create a menu system in Java, such as: using if statements or references and so on ... The problem is I can't think of the most effective way to create a menu system that will also be easy to change, also efficient,…
S.O.M
  • 35
  • 7