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

Python/Tkinter: Cascading menus anchored at the right instead of the left

The following code results in in a menubar with cascading menus that are anchored at the right instead of the left for unknown reason. import tkinter as tk class Menubar(tk.Menu): def __init__(self, parent, *args, **kwargs): …
sbdev01
  • 81
  • 3
4
votes
2 answers

Cocoa Application with Menubar but no Dock Icon / switch menu

This is yet one more of those "how to switch from running with a dock icon to running without one" questions with a twist.. I don't want the dock icon but I do want a menu bar when the application is at the front. Is that possible? Running an…
Frank R.
  • 2,328
  • 1
  • 24
  • 44
4
votes
2 answers

Open pdf file from menubar using Vaadin

I have a menubar in my vaadin application and want to add an item to open a pdf-file is a new tab of the browser. I found some solutions to open files with a button, but I have to use an MenuItem... MenuBar.Command commandHandler = new…
Sheldon
  • 276
  • 3
  • 17
4
votes
2 answers

How can I remove the white square around my NSProgressIndicator?

I'm adding an NSProgressIndicator to my NSMenuItem (with a custom view). It works fine, but it has a weird square around it: Here is my code: // In my @interface declaration: NSProgressIndicator *_spinner; ... // In initWithFrame: _spinner =…
David Murray
  • 541
  • 5
  • 19
4
votes
1 answer

How do I prevent menu and toolbar clicks stealing focus from a floating form?

I want to achieve the same effect as in Visual Studio 2010+, where if you float an editor on top of the main form, clicking on a main form menu or toolbar button doesn't cause the main form to steal focus; instead the floating window retains…
Ian Goldby
  • 5,609
  • 1
  • 45
  • 81
4
votes
2 answers

How can I make a fix positioned menu bar?

I would like to style my menu bar Like THIS. It's fixed to the top of the site when you scroll down and it isn't fixed where it is when the page is loaded. How can it be done with CSS?
cyrfandli
  • 249
  • 1
  • 3
  • 12
4
votes
2 answers

Java: How to check whether a JFrame's menu bar is displayed in the systems menubar or in the frame itself?

A JFrame in (From Swing) allows you to set a menu bar (Instance of MenuBar using JFrame.setMenuBar(mb);). This menu bar can appear in different locations depending on the system it's running on. If the operating system the appliation is running on…
Tim Visée
  • 2,988
  • 4
  • 45
  • 55
4
votes
2 answers

How to define background for p:menubar in Primefaces?

How to define background for in Primefaces
chows2603
  • 167
  • 1
  • 2
  • 12
4
votes
1 answer

Applescript access to last.fm app via application icon in menu bar

I want to create an Applescript to drive the last.fm player app. I'm trying to do this via last.fm application icon in the menu bar rather than using the main application menus, as this approach (I think) won't cause last.fm to switch to the…
Mark
4
votes
3 answers

NSWindow in front of every app and in front of the menu bar Objective-c Mac

How can I make my NSWindow appear in front of every app and the menubar? I also don't want a title bar on my window. Just a fullscreen app without the dock menubar and not in apple's fullscreen mode. I can get my window above all of the other apps…
atomikpanda
  • 1,845
  • 5
  • 33
  • 47
4
votes
3 answers

Emacs 24 Ubuntu Menu Panel

just installed Emacs 24 on a ubuntu precise OS. The menu bar in the top panel is missing a number of options (e.g. using Auctex, all the Latex options). I recall seeing on the web somewhere that it was possible to have the menu on top of the Emacs…
Tahnoon Pasha
  • 5,848
  • 14
  • 49
  • 75
3
votes
1 answer

[Mac]How to reproduce drag and drop from cloudapp in the system bar menu?

I'm trying to reproduce the drag and drop into the system bar menu of cloudapp for mac. I've done some search but doesn't find anything that could help me. To create the menu I followed this tutorial…
Bruno Wernimont
  • 101
  • 1
  • 4
3
votes
4 answers

JSF PrimeFaces MenuBar dropdown submenu disapearing after hover in p:layout

Doing some application in JSF PrimeFaces 3.1.1 (still learning) and I implemented full page layout - Sunny (the tag). Everytihng is fine, except my menu bar. On hover on the submenu button in the menu, the dropdown submenu shows, but…
Erveron
  • 1,908
  • 2
  • 25
  • 48
3
votes
2 answers

Dynamic menus with Caliburn micro

I use Caliburn micro for my WPF Project. Static menus are easy to bind with Caliburn
Anders
  • 17,306
  • 10
  • 76
  • 144
3
votes
0 answers

Drop-down menus in Emacs.app 23 (Lion) only work after several clicks

I am using Emacs.app 23.3.1 on MacOS 10.7.1 (Lion). When I try to use the GUI drop-down menus, they will not appear unless I click on the menu several times. The top-level menu item (e.g., File, Edit, Options) will highlight to acknowledge the…
user836015