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
0
votes
1 answer

Getting number of menu item in wordpress

Is it possible to get only the 1st three items in wordpress menu? for example I have these menus. HOME ABOUT PROPERTY SEARCH CONCIERGE CONTACT and I want to get ony the first 3 menus. your help is much appreciated.
g3rriascn
  • 35
  • 6
0
votes
1 answer

Link the menu items to different widgets in Qt Creator

I have created several menu items in the Qt creator, for example : Item X Item Y Item Z after creating the menu items, I created different classes with different ui for each item - for example Item_x.cpp Item_x.h and Item_X.ui and added my content…
Andy M
  • 167
  • 1
  • 2
  • 7
0
votes
1 answer

customize sidebar widget container items

I developed a custom theme and register_sidebar in function.php to show menus on sidebar using Custom Menu (widget). Then create a menu through Appearance-> Menu and set it in Widget's Sidebar area by using Custom Menu Now I need to add an extra…
0
votes
1 answer

how to update the menu item?

I created an application in which I change a menu item, when I check, the application works with the changes. But when I restart the application, I lose the changes, although the file changed are present in internal storage. i use the function…
diez
  • 125
  • 1
  • 5
  • 12
-1
votes
1 answer

Android How to move menu to the left on small screens

When i added additional item to menu, it go off the screen on phone with smaller screen like 400x800. I tried to add padding but i don't want to make icon smaller but only move whole menu a little bit to the left because i see there is space for…
Tomasz Stępnik
  • 87
  • 1
  • 11
-1
votes
3 answers

How can I hide or remove a menu item?

I have the following snippet of code that creates a list of navigation items (a menu):
user10102552
-1
votes
2 answers

Algorithm to Save Items with Parent-Child Relationship to Database

I need help designing the logic of an app that I am working on. The application should enable users to create mindmaps and save them to a mysql database for later editing. Each mindmap is made up of inter-related nodes, meaning a node should have a…
Cyrusville
  • 195
  • 1
  • 13
-1
votes
1 answer

Setting visibility of MenuItems issue

I'm trying to set different MenuItems to each of my app's tabs (ActionBar Navigation Tabs). I've tried many solutions but the last seems to be the closest. When i open my app it hides my MenuItem , but when i swipe to second Fragment it doesn't show…
-2
votes
2 answers

Android: How to save listview in root directory

I am making a Bluetooth chat app, which displays the chat in ListView named "list". I am new to android and have no idea how to save listview to root directory in .txt format. I tried searching but it went over my head. Here is the part where I want…
Achal Sharma
  • 152
  • 1
  • 11
-2
votes
1 answer

how to enable disable menu item of main window from tab buton

In WPF form application Menu and MenuItems are located on Main Window form, by default i kept it disabled then on tab open which is a login form MainWindow and Login Tab are different form and Login form is opened in TabControl which is located in…
1 2 3 4 5 6
7