Questions tagged [menubar]

A menu bar is a region of a screen or application interface where drop down menus are displayed

a horizontal bar, typically located at the top of the screen below the title bar, containing drop-down menus. MenuBar Looks like

1020 questions
176
votes
6 answers

How to create a Menubar application for Mac

EDIT: This is a nice ready-made menubar application here (github source) by this answer. I was wondering how to make a menubar application, what are the requirements for that to do so? I saw a simple application for the menubar was to open links…
MacMac
  • 34,294
  • 55
  • 151
  • 222
45
votes
4 answers

Standard Windows menu bars in Windows Forms

I noticed that adding a MenuStrip (from the Toolbox) to my form design doesn't yield a menu bar like the one seen in many native Windows applications. Instead I get a menu bar like Visual Studio's own. None of the style settings for MenuStrip appear…
BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
42
votes
5 answers

What is a WAI-ARIA compliant implementation for navigation bar/menu

We are in the process of implementing (i.e. adding) WAI-ARIA support to the main navigation menu of a web portal. Menu is the one shown here: Menu is implemented by means of classic
superjos
  • 12,189
  • 6
  • 89
  • 134
27
votes
1 answer

Menubar + Commandbar on WM 5.0 and WM 6.5.3

I'm developing a Windows Mobile application, and I faced a problem with CCommandBar, which combines toolbar and menubar. Well, I mean the following: m_wndCommandBar.InsertMenuBar(IDR_MAINFRAME); m_wndCommandBar.LoadToolBar(IDR_MAINFRAME); I have…
Roman Dobrovenskii
  • 935
  • 10
  • 23
25
votes
3 answers

How to make an menu bar (system tray) app for OSX in Python?

After having spent quite some time looking at ways to an app for the menu bar we're close to admit defeat. We are basically just looking for an example/pointer on how to create an app that will put itself in the menu bar (the small icons next to the…
freeall
  • 3,187
  • 4
  • 24
  • 31
21
votes
2 answers

How can I hide the menu bar in visual studio code?

How can I hide the menu bar in visual studio code? I do not find the command to do it. In some applications or browsers the alt key is used but I can not find the command or the option in the menu bar to hide it. Can you help me? .
Gerardo Bautista
  • 795
  • 3
  • 11
  • 19
21
votes
5 answers

how we can add menu item dynamically

hi frnds am creating an application which is a tab application. in my Home which extends sherlockFragmentActivity, i am inflating menu.xml and includes code for on optionMenuitem click listener. The Fragmentactivity contains tabhost and on each tab…
Vikky
  • 933
  • 2
  • 15
  • 29
21
votes
4 answers

Can you turn off all caps on the menus in VS2012?

The all caps in the menus for VS2012 is highly annoying, is there a setting somewhere in the IDE or elsewhere to turn it off?
BlackICE
  • 8,816
  • 3
  • 53
  • 91
16
votes
5 answers

macOS menubar application: main menu not being displayed

I have a statusbar application, which runs in the menu bar. Therefore I set Application is agent (UIElement) to true in the info.plst. That results in no dock icon and no menu bar for my application. However, I also have a preference window that the…
Daniel
  • 1,473
  • 3
  • 33
  • 63
16
votes
2 answers

Change title of Tkinter application in OS X Menu Bar

When you create an application with a GUI using Tkinter in Python, the name of your application appears as "Python" in the menu bar on OS X. How can you get it to appear as something else?
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
14
votes
4 answers

Google Colab - Menu Bar

The menu bar (the menu bar towards the top with option to save, run etc.) on Google Colab somehow disappeared (I probably pressed something that made the menu bar disappear). Please let me know how I can get the menu bar back.
Pani Maddi
  • 141
  • 1
  • 4
14
votes
3 answers

Update label of tkinter menubar item?

Is it possible to change the label of an item in a menu with tkinter? In the following example, I'd like to change it from "An example item" (in the "File" menu) to a different value. from tkinter import * root = Tk() menu_bar =…
kiri
  • 2,522
  • 4
  • 26
  • 44
14
votes
5 answers

JavaFX 2.0 Activating a Menu like a MenuItem

I'm making a MenuBar, and I wan't the functionality to press a Menu like: "File" and then execute a action. Such like opening an other fxml, or an example where some output is written. I want the functionality of a MenuItem (lie "About") in a Menu…
haakonlu
  • 949
  • 3
  • 13
  • 25
12
votes
4 answers

How can I make a menubar fixed on the top while scrolling

I'd like to make a menubar, which is fixed on the top of the page while scrolling. Something like the top menu in Facebook. Also, I want a div holding the logo float at the left of menubar, and a nav float at the right of the menubar.
Jensen
  • 1,653
  • 4
  • 26
  • 42
12
votes
4 answers

How do I prevent the menu bar from moving down when my popover is open?

I have an app with a popover that appears on a status bar item. The thing is, when you click on the icon while you're in a full screen app, then move the mouse away from the menu bar to click on something in the popup, the menu bar moves up, and so…
tbodt
  • 16,609
  • 6
  • 58
  • 83
1
2 3
67 68