Questions tagged [menuitem]

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.

2533 questions
0
votes
2 answers

Blackberry API / MenuItems

I'm just learning the blackbery API, trying to follow the tutorials on the blackberry dev site, and I am a bit confused. In the interface tutorial they give the following instruction for making menu items... private MenuItem _changeCapitol = new…
Blind Fish
  • 998
  • 4
  • 14
  • 25
0
votes
1 answer

Redux Form using Material Ui with nested MenuItem not working

I am new to React, Redux Form and Material. I would like to create a nested drop down selector component that can be dropped in a Redux Form similar to this: Here is the renderSelectField used to create the select component. const renderSelectField…
career2
  • 11
  • 1
  • 5
0
votes
2 answers

How do I return a specific string based on user input from a menulist option submission in JavaScript?

I have the below HTML code that's just a menulist of a default option plus 4 options for the user to choose from, with a submit button. I'm trying to figure out how to write JavaScript code for when the submit button is clicked, the code refers back…
Inti2020
  • 1
  • 2
0
votes
0 answers

Ribbon Menu macro fails if I save presentation with different name

How do I create a Powerpoint Ribbon macro menu item without including the file (Presentation) name reference (like I can do in Excel). When I add a VBA macro to the Powerpoint ribbon as a menu item it includes the current presentation name with the…
0
votes
2 answers

Android: Handling a switch in drawer menu

I have only one user setting in my app, and I want to put it into the navigation drawer with a switch added to the given menu item. Here is the relevant menu code:
Nekomajin42
  • 638
  • 1
  • 6
  • 20
0
votes
1 answer

How to grab text from anonymous MenuItem in JavaFX?

My goal is to create MenuItems from an ArrayList, and then add an event to each menuitem that searches the arraylist for the selected menuitem so that it can be transferred over to the next scene. The menu items will be inside a menu button. …
Adam
  • 3
  • 2
0
votes
2 answers

Cocos2d menuitem mouse touch event?

Now I want the menuitem to call the touch delegate , but when I set the isTouchEnabled is yes and some delegate methods , but when I touch or move on the menuitem , it didn't work ,why ?
jxx
  • 405
  • 1
  • 4
  • 6
0
votes
1 answer

(C# WPF) How to open menuB when MenuItem in menuA is clicked

I want the application to open a second Menu from the Main Menu once the MenuItem has been clicked (by open, I mean menuB is only visible once the item in menuA is clicked). I am not sure what event handler to use to do this, as I tried an IF…
0
votes
2 answers

How to hide a popup menu item shown for a drawing shape in Microsoft Visio?

I would like to hide a few of the items that are shown in the popup menu when right-clicking on a drawing shape in Visio. The code I tried. There is no change seen. Sub HideVisioMenus() Dim uiObj As Visio.UIObject Dim menuSetObj As…
codebug
  • 197
  • 1
  • 3
  • 15
0
votes
1 answer

How to hide disabled MenuItem in ListView

I would like to ask you, how to hide MenuItem from ListView-BaseControls. I am not able to hide my command when its disabled. MenuItem have dont have attibut "isVisible" as StackLayout, but only "isDisable". I tried to cover MenuItem into…
user3132499
  • 33
  • 1
  • 6
0
votes
1 answer

Make menu item on android work like a button

I'm here to see if they guide me in this problem I have a menu, with an item, and what I want is that item to work as a button, if you click on it change the icon and a toast that says Notification active, and if you click again, change the icon and…
aAaDesigner
  • 21
  • 1
  • 5
0
votes
2 answers

I am problems getting the scene for a Java FX menu item

I am working on a java assignment and so I am not quite a "Jedi Master" when it comes Java, and in fact more at the "trainer wheels stage", and so still coming to grips with Java FX stages and scenes.. anyway here is a some prototype code that shows…
0
votes
1 answer

Custom Toolbar Options using Android Kotlin is not working

I have written the below code in MainActivity.kt I am able to produce the 3 lines of Menu Icon, I am not getting any error but the Menu is also not opening which I have written in below codes: package com.mytestapp import…
Thompson
  • 1,954
  • 10
  • 33
  • 58
0
votes
1 answer

Absolute positioning of navbar

Here I have a responsive navbar which I want to be absolute and menu items to float right but when I apply position property to it, menu items floats to left. Also applying absolute position to nav makes hamburger for small screen float left and…
0
votes
1 answer

ExtJS: Add rel attribute to menu item

We have some menus in our project where some of the items have hrefs and hrefTargets set. For those, we need to set a rel to "noopener noreferrer" to prevent a vulnerability. For buttons with such settings, it's straightforward: simply add an autoEl…
RobH
  • 1,607
  • 2
  • 24
  • 44
1 2 3
99
100