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

Angular two different paths same menu item active

I have a menu like this in my app-component.ts:
0
votes
1 answer

Material UI Select Grouping MenuItem - Value does not hold

My Material UI React code needs to group MenuItem in Select. Yet this is not working. Default value does not get selected. Below is my example code. When I remove the the div tag, things work. For hours today I searched for a solution. import React…
Talal
  • 103
  • 3
  • 10
0
votes
1 answer

Can we change the color of the context menu's menu Item in electron js

menu.append(new MenuItem({ label: 'Remove', click () { // action } })) menu.popup({window: remote.getCurrentWindow()}) menu.once('menu-will-close', () => { menu.destroy() }) I want to set the color of menu item to be red and…
0
votes
1 answer

Make a menu item visible for logged out users on wordpress

I'm facing a problem kinda weird. I've edited and set the wp-login.php page to my brand and set the redirections such as: costumer > my account (after login) admin/editor > admin panel (after login) and so on. But my problem lies in the menu…
0
votes
0 answers

Wordpress hide menu item current page

For a client of mine, I need to disable the current page in a sidebar menu. I attached two pictures. So let's say you have 2 pages (there are more pages though), a "contact" and "about us" page. When you're on the contact page, there's no contact…
0
votes
0 answers

How to open bottom sheet when clicking menu item | android studio

How to open bottom sheet when clicking menu item | android studio ? see this pict btnShow = findViewById(R.id.info); this is my current code, i use button for item menu -,- : private Button button; Button btnShow; …
0
votes
1 answer

How to access to the coordinates of the icons in the action bar?

In the tutorial of my application, I'd like to be able to point to particular icons in the action bar, like e.g. with the yellow arrow pointing at the bulb in the picture below: Here is the XML code for the menu items shown in the picture:
ema3272
  • 1,021
  • 2
  • 13
  • 28
0
votes
2 answers

Get previous active li

I have those url's :
0
votes
1 answer

I cannot give the flex feature to the menuItem inside the select element

I have a selector component that I will flag with to select the language option. But the picture I added does not seem to be centered from top to bottom. For this, it is enough to give displayI flex to MenuItem. But I can't write again. Why…
Ali Bulut
  • 194
  • 1
  • 8
0
votes
1 answer

Odoo 12 : Change the name of the menuitem of an inherited view

I want to change the name of a menuitem( All timesheets to All activities) by view inheritance but it doesn't work. This is original menu
0
votes
1 answer

Using Caliburn.Micro cal:Message.Attach does a No target found for method

I have created dynamic MenuItems with the last recent open folders. This works well. Now, beacause these MenuItems are created dynamically, when I click on one MenutItem, I would like to raise an action and give the header of the MenuItem as a…
Stéphan F
  • 85
  • 1
  • 9
0
votes
1 answer

How to use a window menu item IBAction to re-open a MacOS app that has been closed (by using the red button located on the top left corner)?

Good day all, Eight months ago someone asked almost the same question but there is no answer. My MacOS has been rejected because the Window menu item does not have a menu item that re-open the MacOS app if we close it by using the red dot located on…
Wild8x
  • 459
  • 4
  • 13
0
votes
0 answers

onOptionsItemSelected not called on the first tap

I have a menu that I hide/show in the toolbar. When the overflow menu item is tapped, the rest of the icons are shown using the following code: override fun onMenuOpened(featureId: Int, menu: Menu): Boolean { menu.forEach { …
Amin
  • 908
  • 1
  • 11
  • 23
0
votes
2 answers

WPF- Can I Change Background Color of MenuItem and SubMenuItem When IsMouseOver Triggered Without Using Template?

I want to change the background color of MenuItem when IsMouseOver is triggered but without using a Template. Could it happen? Or should I use a Template to change background color of MenuItem when IsMouseOver is triggered? Edit: I try to add…
Ricky Chen
  • 55
  • 6
0
votes
0 answers

Xamarin show MenuItem with tap

I'm developing cross platform app with Xamarin Forms. I'm wondering if there's an easy way to show MenuItem in a listView with a single tap on a cell. Now of course, my MenuItem is displayed when user swipes to left, but I would like to show menu…
1 2 3
99
100