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

Material-UI Menu issue

I want the menu to give height 100%. If the elements in the page increases vertically then with respect to the page length the menu-height will also be increasing. I have used "height:100%" in the styles but it's not working. Any help?? I have the…
Subhojit
  • 1,389
  • 8
  • 19
  • 33
0
votes
1 answer

Using Wordpress, how can I create a new menu item that links to an archive of a custom post type?

I have a function that programmatically creates menu items in Wordpress. I am able to create menu items to individual pages and posts, but how can I create a menu item for a custom post type archive? Specifically, what are the arguments passed to…
Michael Lynch
  • 2,682
  • 3
  • 31
  • 59
0
votes
1 answer

Menu item event handler

I am trying to modify a DataGridView object through the use of a right-click menu. At the moment I can successfully create the right-click menu and identify the method that will be called after the menu item was selected, however the target method…
user4175265
0
votes
1 answer

Android App bar menu disappears every time I create a new activity

Why is it that every time I make a new activity? e.g. code: Intent intent = new Intent(getApplicationContext(), NextActivity.class; startActivity(intent); the app bar menu items are gone? :( Can anyone tell me what to do so every time I open a new…
AnyHelpPls
  • 11
  • 7
0
votes
2 answers

How to Save My data In this Case?

My app only contains Images where each level contains different pictures and I am having problem trying to save the data of my app. I mean, for instance, each time I reach a level(Lets supposed 7) in my app and when I closed my app all the data are…
0
votes
3 answers

Removing an android menu item from code

I'm trying to make a subscription list in a navigation view where when you subscribe to an item the category of that item will show in the navigation view, and when you unsubscribe from every item in a category it should remove that category from…
Bruno Morales
  • 43
  • 1
  • 4
0
votes
2 answers

Hide menu items for anonymous users in Drupal 8

How to hide the menu items for anonymous users in drupal 8? Since the hook_translated_link_alter has been deprecated , which hooks can be used to perform the task?
0
votes
1 answer

WPF Web Browser and menu

I am busy creating a WPF (in C#) application where reports have to be seen using a web browser. The application and all data is show perfectly except for my menu items that are used for navigation on the page on which the web browser is. I have read…
BabyDoll
  • 263
  • 1
  • 4
  • 16
0
votes
1 answer

Is it possible to customize items in split action bar?

I'm working with split action bar for my project, i would like to know is it possible to customize the items position in split action bar (i.e) i want some of the menu items in top of the action bar and some of them bottom of the action bar…
0
votes
1 answer

Android: How to prevent the MenuItems in navigation drawer from invalidating?

I'm developing an android app, it uses a navigation drawer, it has only one Activity : the MainActivity, and the rest are all fragments. Now the action bar has 3 Menu Items, one of them is a play button for a live radio stream and its drawable is a…
Fadi Obaji
  • 1,454
  • 4
  • 27
  • 57
0
votes
1 answer

Create MenuItems from Collection

i tried to create MenuItems of collection items - and failed. In detail: I have a simple class ClassA that defines a string-property 'HeadText'. In my MainViewModel i defined an ObservableCollection property. The collection is filled with 3 items.…
MrToast
  • 1,159
  • 13
  • 41
0
votes
1 answer

Add class with jQuery to specific menu-items when hovering

When hovering a menu with images, I want to add a class with jQuery to the specific menu-item. The menu-items have item-id's which are hardcoded elsewhere. The beneath code is working, but so I have to code every specific menu-item, and that is not…
Franky
  • 47
  • 1
  • 12
0
votes
1 answer

MDI Parent Menu and Child Menu

I am using VB.Net on Winforms Development developing an MDI application. In my Parent form, I have a menu strip. In my child forms, I also have a menu strip attached to each form, which invokes a different set of command when accessed. Is it…
Lezzme
0
votes
1 answer

The type 'p:PieMenu' AND 'p:PieMenuItem': was not found. Verify that you are not missing an assembly reference

I try to work with a circular menu but I'm getting this error despite following a tutorial: those are the errors that I get: and this is my code:
Lina
  • 451
  • 1
  • 8
  • 23
0
votes
1 answer

Different menu items for Activity in debug and release mode

For the application that I am developing, there are some menu items that are helpful for debugging the app (something like resetting counts and stuff). Is there a way (a directive in xml file or else) to tell android to show/hide certain menu items…
Dumbo
  • 13,555
  • 54
  • 184
  • 288