Tagged Questions
A menu bar is a region of a screen or application interface where drop down menus are displayed
20
votes
2answers
6k views
How to create a Menubar application for Mac
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 using your browser, I want to create ...
9
votes
2answers
72 views
Need horizontal menu option on mouseover on a particular div
My requirement is to make a horizontal menu in the end of a paragraph where on mouseover a menu should appear
On mouse over it should show an option to add an item like this
On clicking the add ...
8
votes
2answers
806 views
How to set the program title in python
I have been building a large python program for a while, and would like to know how I would go about setting the title of the program? On a mac the title of program, which has focus, is shown in the ...
5
votes
3answers
332 views
Setting Mac OSX Application Menu menu bar item to other than “Python” in my python Qt application
I am writing a GUI application using python and Qt. When I launch my application on Mac, the first menu item in the Mac menu bar at the top of the screen is "Python". I would prefer the application ...
5
votes
1answer
676 views
How can I make a Mac application having an icon only in the menu bar?
I'm very new to developing for the Mac, and I'm trying to write a Cocoa application whose only presence is in the system menu bar, and does not appear in the Dock. Dropbox, Alfred, and Quicksilver do ...
4
votes
1answer
110 views
How to use Ubuntu Unity global menu in GTK#?
I'm developing a simple GTK# application(nothing serious, just a little project), and I've noticed my application menu bar is showing in my application window instead of Ubuntu's Unity global menu ...
4
votes
1answer
364 views
How to fix Titanium's broken menu bar on mac osx
I started developing an desktop-app with Titanium Appcelerator for mac. Everything is fine except the broken menu bar. So I launch the app and get this weird looking menu bar, where every item is ...
4
votes
1answer
1k views
Auto-hide JMenuBar
When i run the code above the frame's menu bar come up when the mouse moves to the upper part of the window. The problem is when i open the menu but do not select any item and move out the mouse the ...
4
votes
2answers
546 views
Problems with multiple setIntervals running simultaneously
My first post here. I want to make a horizontal menu with submenu's sliding down on mouseover. I know I could use jQuery but this is to practice my javascript skills.
I use the following code:
var ...
4
votes
3answers
1k views
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 many native Windows applications. Instead I get a menu bar like Visual Studio's own. None of the ...
4
votes
1answer
420 views
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 ...
4
votes
2answers
4k views
Java: How can I add a JMenu to a JPanel or create a drop down button?
is there any way to add a JMenuItem to a JPanel so that I can create a button to show multiple options, like the latest news button in firefox, under the address bar?
I can only add JMenu and ...
3
votes
1answer
78 views
Java on Mac: How to disable Mac's About/Quit menu items when showing a JDialog?
I have a Swing application that runs on Mac. When the user opens any JDialog like the JFileChooser i want automatically the "About App_Name", "Quit App_Name" menu items in the Mac's menu beside the ...
3
votes
1answer
322 views
jQuery UI menubar: how to activate from keyboard
jQuery UI menubar from jqueryui.com git master allows keyboard navigation if it is active.
I'm looking for a way to activate menubar from keyboard. I tried code below. Right Alt / AltGr key is ...
3
votes
2answers
749 views
Highlighting Menu Bar in ASP.NET Web Application
I built a web application using ASP.NET Visual Studio 2010 with Master Pages. As you will see that the project gives us a default menu bar item. I have 5 pages (links) listed on those menu bars. Now ...
3
votes
1answer
488 views
How to add OSX menu bar icon with wxPython
I would like to add an icon to the OSX menu bar at the top of the screen using wxPython. I have tried wx.TaskBarIcon, which adds a System Tray icon in Windows, but this doesn't work - it changes the ...
3
votes
1answer
1k views
How would I make a draggable Menubar icon for Mac OS X
I am in the process of writing a menubar icon for an app i'm developing. However the NSStatusBar class does not have a method which would make the icon draggable, via cmd+left mouse drag.
How do you ...
2
votes
1answer
193 views
MenuBar issue QT 4.7.4 on MAC OS LION
I'm new to QT programming. I want to create a simple menubar with two menus , and several actions (3 actions for FILE menu and one action for VIEW menu).I have createMenus() method where i create ...
2
votes
1answer
61 views
Detect click on OS X menu bar?
I'm curious if there's a trick to detecting a click on the Menu Bar as a whole. I know I can detect a click on an NSStatusItem or NSMenu, but I am looking for events pertaining to the empty space of ...
2
votes
1answer
122 views
How can I add a QLineEdit to Menubar
I am attempting to reclaim some screen real estate in my application. I've got a search bar that is a basic QLineEdit and takes up space. In my menu bar, I easily have enough room to fit this search ...
2
votes
1answer
98 views
How do I add a QProgressBar to a QMenuBar?
I need to add a progress bar to my application, but I'm trying to minimize wasted space in the GUI. My QMenuBar only has a few root menus, and there is plenty of wasted space at the far right of this ...
2
votes
1answer
202 views
GWT, disable autoclose MenuBar when clicking on MenuItem?
I want to if it is possible to disable the auto-close MenuBar when I click on a MenuItem?
I have several MenuItem that are like checkboxes, so I can check more than one MenuItem and don't want my menu ...
2
votes
3answers
97 views
How to have a changing background on a menu depending on selected item
This is daunting me and I can't see the way to go. This is the first time I put a question here, so correct me if I´m not following protocol. Thanks!!!
I need the background of the menu to change ...
2
votes
2answers
225 views
How to display my app's icon (programmatically) on the top right corner of the Mac OS X menu bar
I know Skype does it - they have a special icon register to there. And then when user click on the icon, a drop down menu will appear...
2
votes
2answers
686 views
Making a custom menubar in Qt
I'm developing a mobile app using Qt for s60 v5 and symbain 3.
Now I want a menubar at bottom of the screen. It should have OPtions button, Exit button.
And an additional button in between them. How ...
2
votes
2answers
149 views
Best Practice mapping of pages and routes when building dynamic menu in zend framework
while i'm well awared this topic might have come a number of time, i still think that the perspective from which i'm looking at it is different.
I have a ZF 1.10.8 project whith essentially ...
2
votes
2answers
2k views
Programatically enable/disable menuBar buttons in Flex 4
I have the following XML in my Flex4 (AIR) project that defines the start of my menu interface:
<mx:MenuBar x="0" y="0" width="100%" id="myMenuBar" labelField="@label" ...
2
votes
3answers
5k views
Flex: Menubar, menu click
I do not know why but I see that itemclick event on a menubar do not fired unless you click a sub item.
What is the clean way to handle clicks on menuitems which are on the top level and do not have ...
2
votes
2answers
424 views
Paradigms in menu bar layout/design
Doing some restructuring on the my applications menu bar. When looking at other applications, there seems to be two different ways of structure.
Either the "old school" most common way, the ...
2
votes
4answers
2k views
Why do my image background disappear on float: left?
I want to create a navbar with images on each end to make it purty.
So, I created the HTML and CSS below and it worked great. My menu items are in a ul/li list.
When I style the list to put the ...
2
votes
1answer
2k views
How does one autohide a GWT MenuBar submenu?
We have recently attached a GWT MenuBar to a part of our application for, well, menu purposes.
Basically I want the sub menus to open when you mouse over the top level menu, which is easy enough to ...
2
votes
1answer
1k views
flex3 menubar: bindings in “enabled” property
is this a bug or my fault?
<mx:MenuBar width="100%" labelField="@label" itemClick="menuItemClickHandler(event)">
<mx:XMLList>
<menuitem label="User" >
<menuitem ...
2
votes
1answer
1k views
How to disable the default open menu effect in Flex?
By default in Flex 3.2, clicking on an item in a MenuBar navigator results in a menu rolling out over a small period of time.
How would I disable this and make the menu pop out instantly?
Thanks!
2
votes
3answers
357 views
<ProjectName.ProjectUI sucks as a name for my Netbeans java OS X app
What property in Netbeans to I need to change to set the name of my java swing app in the OS X menubar and dock? I found info.plist, but changing @PROJECTNAMEASIDENTIFIEER@ in multiple keys here had ...
1
vote
1answer
29 views
How to convert Wifi RSSI to level of Wifi strength in menu bar in Mac OSX?
I can get the value of Wifi RSSI. but don't know how to convert it into level of Wifi strength as we can see in the menubar in Mac OSX (If I receive a strong Wifi, the wifi status will be bold black ...
1
vote
1answer
43 views
Dynamic menus with Caliburn micro
I use Caliburn micro for my WPF Project. Static menus are easy to bind with Caliburn
<Menu Grid.Row="0" IsMainMenu="True">
<MenuItem Header="_File">
<MenuItem ...
1
vote
2answers
28 views
How do I achieve the UI effect of a window pointing to a status bar item?
I've seen this done on a few apps:
Can anyone suggest a starting point on how to do this? I've done some work with the Interface builder and Cocoa, but nothing this fancy. The requirements are to ...
1
vote
0answers
61 views
clickable menubarItem for top level node on new jqueryui menubar?
I'm investigating the new jqueryui menubar:
http://view.jqueryui.com/master/demos/menubar/default.html
The menubar seems to work well, but sometimes you have a menu item that doesn't have children. ...
1
vote
7answers
151 views
Name for a menu bar that stays as you browse?
I read a while ago there is a specific name for this. Let's say i'm on mysite.com, and I click on www.google.com, and when I get to google.com, there's a big MYSITE.com bar at the top, which easily ...
1
vote
0answers
50 views
How can I add a MenuItem with a checkbox to a menu bar?
I want to add a MenuItem with a checkbox to a menu bar. I have searched and found that the IsCheckable property should be set to true, but in my application it's not showing me the IsCheckable ...
1
vote
3answers
79 views
How to use single key shortcut in WinForms? If possible
What I am trying to do is to use single letters to navigate through the menu strip. I know that I can use & to show which letter I might click to represent each item.
But how do I actually set up ...
1
vote
0answers
55 views
Mac App, menubar icon & menu issues with disabled state
I'm dwelling into creating my first mac app, but i've ran into a bump quite fast. I'll try to explain more thoroughly so that it's easier to understand what exactly is going on.
I managed to get an ...
1
vote
1answer
47 views
Are the Title-bar and Menu-bar included when getting a Form's preferredHeight?
When we write int h = myForm.getPreferredH(); does the h variable contains the height of the Title-bar and the height of the Menu-bar ? In the appropriate how to get the Title-bar's (preferred) height ...
1
vote
2answers
177 views
Qt override Title bar and menu bar?
I started on a project that I've been planning and I have a quick question.
I want to have as much screen space as possible. To do this I need to make the title bar thinner and I also want to have ...
1
vote
0answers
136 views
how to add a button to Windows CE 6 aygshell menu bar and link to a library function?
Dear fellow Windows CE developers,
i want to make a button available in the aygshell menu bar of Windows CE 6, that shows or hides the software input panel (SIP) of a Windows CE 6 r3 system.
My ...
1
vote
1answer
62 views
HTML menu navigation menu with horizontal slides
I need 3 level menu bar like this:
User will select 3 different options from the menu.
in this example the target url will be like this:
...
1
vote
0answers
93 views
Programmatically adding "Open Recent' menu to context popup menu
I have a non-document Cocoa application with a menubar icon and status menu. I've added an "Open Recent" menu to the status menu in Interface Builder. Populating the menu works just fine:
...
1
vote
2answers
53 views
Why is MenuBar item delayed in wxPython in Windows, while instant in OS X?
Please refer to the stripped down example script below. When I run this in OS X the menubar behaves exactly like you'd expect it to. In Windows however there is a noticeable lag (~4s on my 2GHz Core ...
1
vote
2answers
618 views
Lion Full Screen menu bar doesn't slide down
I've got a small window that has no borders, titlebar, buttons, etc. I want to support full -screen mode (the new Lion kind) and I basically have all that working -- I can switch into and out of ...
1
vote
1answer
149 views
GTK+ menu bar looks terrible
I'm writing a Gtk+ menu bar following the instruction here.
When packing the bar onto a VBox with
// "FALSE, TRUE" and "FALSE, FALSE" actually makes no difference
...