0
votes
1answer
10 views
Way to do radio buttons in Qt 4.4.3 menus
On Linux would like to have a set of menu items which are mutually exclusive and have the currently selected one be designated by a radio button instead of a checkbox.
Is there a way to do this in Qt …
0
votes
2answers
37 views
CSS menu issue in Safari and Chrome. Submenu disappears on hover unless you’re really fast!
When you hover over the top level links, the submenu appears as it should, but when you move the cursor down over the sub menu, it disappears sometime immediately and sometimes after the 3rd or 4th …
2
votes
2answers
69 views
How can I create a “Drop-Down” menu in a Java Swing toolbar?
I've created a drop-down menu on my Swing JToolBar. But it doesn't create behave the way I want. I'm aiming for it to work like Firefox's "Smart Bookmarks" button.
It disappears when the user selects …
0
votes
2answers
19 views
VS2008 Web Service Project missing Data Menu and Data Sources
VS2008 Web Service Project missing Data Menu and Data Sources:
Simply invisible, Can't find it and just cant add a connection to my database using that wizard. why is it missing?
0
votes
1answer
18 views
Windows Explorer Context Menu Application with Multiple Arguments
Hi, i have read heaps of articles about how to add custom right click context menu's to windows explorer but all of them only work if you have only 1 single file highlighted. The app i am writing is a …
1
vote
1answer
57 views
In Qt, how to show keyboard shortcuts in menu but disable them?
I'm adding a bunch of QActions to my main window's menus. These actions can also be triggered by the keyboard, and I want the shortcut to be visible in the menu, as usual, e.g.
-----------------
…
0
votes
1answer
38 views
javascript library/plugin to display button/dropdown menu with checkbox?
I'm looking for a library that implements the following widget:
Dropdown (similar-ish to <select>) where you pick 1 value, onchange fires but the visible "value" is really the label, like a …
0
votes
0answers
11 views
navigation menu wrapping to next line, only on macbook laptop
I have created a navigation menu and it works perfectly, in all browsers, on my windows box. But when I decided to test it on my MacBook pro laptop, the last item of the menu falls down to the next …
0
votes
4answers
25 views
How do you alter the ‘page_load’ for DotNetNuke
For the main menu, I want the first four links to be blue, and specifically the last four links to be yellow. There will only be eight menu items.
I was thinking of hard coding the yellow links into …
0
votes
1answer
25 views
jQuery - “Drop-Up” Menu
Hi there!
Anyone knows a jQuery menu plugin that allows that the render of menu is drop-up instead of drop-down?
Thanks in advance for the help,
Best regards!
0
votes
0answers
14 views
Placing a window near the system tray
I am writing a program that needs to set a window just above/below the traybar for gtk. I have tried using the 2 approaches that failed. One was using the gtk_status_icon_position_menu function and …
0
votes
1answer
29 views
Wpf UI Control that mimicks iphone vertical menu?
Hi community,
I'm wondering if there is a Wpf control or example that mimics the iphone navigation in its vertical menu. (ex. http://davidcann.com/iphone/). The part that actually interests me is the …
0
votes
2answers
47 views
adding id to a tag in drupal’s primary menu
hi!
i want to add id tags to primary links menu..
it should look something like this:
<li><a id="home" href="#">Home</a></li>
<li><a id="about" …
0
votes
2answers
25 views
Does iPhone provide any API for inserting menu selections into e-mail, SMS and Addressbook context menus?
The Blackberry APIs allow one to insert custom menu items (and corresponding event handlers) into their standard email, SMS and Address book context menus. Is there any supported way to do this with …
1
vote
2answers
70 views
How to pull grandchildren from database
I want to pull out menu items from MySQL.
Main menu id=1, parentid=0
-Contact us id=2, parentid=1
-Music id=3, parentid=1
--Rock id=8, parentid=3
…
