Tagged Questions

8
votes
7answers
1k views

Best Javascript drop-down menu?

I am looking for a drop-down JavaScript menu. It should be the simplest and most elegant accessible menu that works in IE6 and Firefox 2 also. It would be fine if it worked on an unnumbered list (ul) …
7
votes
4answers
451 views

Is there a way to change the behavior of the vim omnicomplete menu?

Omnicompletion is working, but it automatically inserts the first result. What I'd like to do is open the omnicomplete menu, then be able to type to narrow down the results, then hit enter or tab or …
5
votes
2answers
515 views

Tab character in Java

Hi guys, Trying to get a tab character into a JMenuItem using \t but it's not printing. I bet it's something really basic I'm missing. Here's the code menuItem = new JMenuItem("New\tCtrl + N"); …
5
votes
4answers
1k views

Menu Accelerator Keys Not Showing Up (Delphi 2009)

I've tried my best and cannot figure out what happened here. It worked fine in Delphi 4. After upgrading to Delphi 2009, I don't know if this is the way it is supposed to work, or if it's a problem: …
4
votes
8answers
192 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 Header 2) What is …
4
votes
1answer
561 views

Can I change the column that links to the item with edit menu in a sharepoint list?

There was a similar question asked but it wasn't exactly what I am trying to do. Here is a link to the question: …
4
votes
2answers
307 views

Are there standard shortcuts on Android?

Is there some kind of guide about shortcuts on Android? I have the typical CRUD and I want to assign familiar shortcus.
4
votes
3answers
4k views

How can I create icons for menu items in Android’s ListView?

I am using a ListView to present the main screen of my application. The main screen is essentially a menu to get into the different sections of my application. Currently I have the ListView contents …
3
votes
4answers
115 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 …
3
votes
4answers
97 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. Can someone help …
3
votes
2answers
104 views

Drupal 6 absolute wildcards in _menu(), is it possible ?

is it possible to handle all wildcards in _menu() by module. I know about specific wildcards like display/page/% but that won't work for paths display/page/3/andOrderBy/Name what If I want to …
3
votes
2answers
612 views

How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )

Hello How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ). I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu …
3
votes
6answers
731 views

Control Height of <li> in IE 7

I have a menu built with <ul> and <li> tags. I want to have small separators between sections. For the separators, I just set a background color and a short height on an <li>. Looks …
3
votes
3answers
293 views

Is it possible to add an item to the right-click context menu of a Mac OS programmatically?

I have a program that works with a variety of files on both the Windows and Mac OS. I would like to give the user the option of adding a new option to their right click/control click context menu to …
3
votes
4answers
211 views

Are CSS based menus simply toggling display none/block and z-index?

Hi, Just trying to understand how to get drop down menus to work (the theory behind them). From what I have seen, it is just playing around with CSS using display:none and block along with the …

1 2 3 4 5 24 next
15 30 50 per page