2
votes
4answers
40 views
How to create a JButton with a menu ?
I want to create a Toolbar for my application.
If you click a button on that toolbar , it will pop-up a menu , just like the toolbar of eclipse.
I don't know how to do it in Swing …
1
vote
1answer
12 views
To display secondary views under Eclipse menu Window -> Show VIew
I have created a Eclipse plugin application, in which there are many secondary views created at runtime for a single static view. In the menu 'Window-> Show View', only the entry f …
1
vote
2answers
12 views
Display view in Eclipse menu Window-> Show View
"I have created an Eclipse plugin which creates a view in Eclipse. Currently it is displayed in the Eclipse menu as :
'Window->Show View->Others'.
I want to show it in 'Window -> …
0
votes
1answer
23 views
Whitebox in menucontrol
Im trying to use the asp.net menucontrol but sadly without any luck.
Here is what I have done.
First i created a web.sitemap
like this
<?xml version="1.0" encoding="utf-8" ?&g …
0
votes
3answers
43 views
Bash Menu: Return to menu after selection made and executed?
Hi folks.
I've got a bash script that writes to a file. at the end of the script I want to display a menu, with line numbers - and have the user be able to select 1 or 2, (etc. u …
0
votes
2answers
58 views
Dynamic 2-level menu in web apps
I'm looking to create a top-level horizontal menu, with a second-level horizontal menu below it. Clicking on the top level menu causes the second level menu to change, based on the …
0
votes
2answers
17 views
How can I access the same homepage from different menus?
I have a menu item "Home" in my main menu AND in my top menu. When I click on the "Home" in the top menu, I would like it to direct me to the "Home" referenced in the main menu.
H …
2
votes
1answer
54 views
How would you slice a menu like this…
I have to slice a menu like the following
I am going to use sliding doors but my problem is how to slice the :hover button...
4
votes
8answers
149 views
What is this menu style called?
I am trying to style a menu that has a static height and the content is displayed between the headers. (Please see below image. ...the right side is the view after a user clicks on …
0
votes
1answer
31 views
Fill a select/menu object using jQuery
Hi guys
I need to fill a object using jQuery
I have a dialog (jQueryUI) that shows. Once dialog closes, the object should be filled with items taken from a mySQL table
I have a …
1
vote
2answers
54 views
Drupal $tabs not including edit / revisions / workflow
I inherited a Drupal5 site and have been tasked with making some changes, but I'm unable to figure out where to start looking.
On many pages there is a menu available to administ …
1
vote
2answers
114 views
Recursively creating a multi-dimensional array in PHP
Hi guys,
I am trying to figure out the best way to write a PHP function that will recursively build a multi-dimensional array with an unknown number of sublevels from a mysql tabl …
0
votes
3answers
31 views
I am looking for menu on JQuery
May be some body already used some open source component, writing on jquery. And I want to place this menu on right panel of my site.
Thanks to advance
-1
votes
1answer
73 views
enable ribbon control
Menu Items and all other menus are not enabled` <r:RibbonWindow
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/w …
0
votes
2answers
63 views
Android: customize application’s menu (e.g background color)
What is the way (if there is a way) to customize the menu (the one triggered by the MENU button of the phone). I'm especially interested in two things:
changing the background co …
