0
votes
1answer
65 views
Windows-like Qt4 Menubar in Mac Os X.
I would like my application to look similar to that of the Windows version: instead of the menu being displaced to the top menu in Os X, I'd like my program to have the file menu r …
0
votes
1answer
51 views
How to hide Services item in QMenubar on Mac OS X?
In my Qt4 application I can't seem to hide certain options in the system Menu bar on OS X such as 'Services'. Any ideas?
1
vote
1answer
113 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 …
2
votes
0answers
52 views
Applescript access to last.fm app via application icon in menu bar
Hi,
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 menu …
0
votes
0answers
14 views
Why is YUI MenuBar inconsistently displaying in IE?
I have a YUI MenuBar on my site that on rare occasion does not display in IE, I have not been able to repro on other browsers so far.
Here is my code:
HTML
<body class="yui-sk …
0
votes
1answer
48 views
Cannot move JMenu to JMenuBar
I'm trying to move the menu structure from a JMenu into a JMenuBar. The above code shows different menus depending on TEST. For TEST==1 i expect aa bb in the menu bar, but only aa …
1
vote
2answers
107 views
C++ style menu bar in VB .Net?
Hello,
Ive been looking a long time for this, but can't seem to find it. When I add a menu strip in vb .net, it looks like this:
and I want it to look like the WinRar, Calculat …
0
votes
0answers
20 views
YUI (JS): Putting a MenuBar in a Panel
If I put a YUI menu bar in the body it works perfectly. However if I use it inside of a Panel it shows up without the proper background. It is larger than it should be. Other than …
0
votes
1answer
278 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" & …
0
votes
4answers
176 views
How To Put a Menu Bar in an Application
I'm having some problems with eVB. How can I put a menu bar in an eVB project? I can't see any components to do that, and I don't know how to do this. Here is an example of a menu …
0
votes
0answers
121 views
how to add effect to menubar items
Hi Greetings,
I'm currently working on Menubar ,with dynamic xml in Flex 3.0.Here i want to provide an Zoom effect to each menubar item.But i'm finding difficult. Can anybody tel …
0
votes
1answer
318 views
Menu bar not displayed on window.open for Mozilla Firefox
When I run the JavaScript code below in Mozilla Firefox, the menu bar does not show:
window.open(location.pathname + "?print=print",
"print-win …
0
votes
2answers
140 views
Qt menuBar() Error
I'm in the process of learning Qt4 and working through their tutorials.
In this tutorial:
http://doc.trolltech.com/4.5/mainwindows-menus-mainwindow-cpp.html
they have the follo …
0
votes
2answers
172 views
customize JMenuBar (e.g. BackgroundImage, highlighting color,…)
I'd like to adapt/customize the appearance of my JMenuBar, so i do a little research. Now i wondering why there are so little information about this issue?!
I just found one good …
1
vote
2answers
472 views
Joomla 1.0 - need to add drop down menu into existing template
What is the best and easiest way to add a drop down menu to an existing template in Joomla 1.0 (can't upgrade it)?
Thanks
