menu

How to create a tearoff menu using GTKAda?

The question is self-explaining, how to create a tearoff menu using GTKAda? I can't make it work. Thanks. ...

flash vertical menu - adding code for scrollpane

I got a flash vertical menu which has auto scroll but it scrolls too fast and the only way to slow it down is to increase the height of the button. I would like to replace the code with a scrollpane so i can control the menu : CODE:: ** CODE CHUNK I NEED TO REMOVE - THEN ADD THE ADDITIONAL SCROLLPANE CODE- i hope** menu_mc_Europe.onEn...

drupal menu item not active

Hi when my primary menu is like item menu1/submenu1.2, de li gets the class active, so i can style it, for example in a different color. however, if i go to page menu1/submenu1.2/153 then the active class is missing. Or anything like menu1/submenu1.2/* is the active class missing. How can I solve this? ...

Preferred UX for an empty-but-selectable item in a menu

In a project I'm working on, we have a nav menu where items are colored when the relevant section has information beneath it, or faded when there's nothing available to the user. In the case of an admin, these items may have no useful information but may still be clickable (since things like "Add news item" or "Add file" are implemented ...

NSMenu with IBAction method for clicking the menu header?

How can I capture the selection of a NSMenu header with an IBAction method created in connection with interface builder? I am not sure "header" is the right word so see the image below: Is it possible to create an action for this the way you can with the selection of regular NSMenuItems? I can create the relationship in interface bu...

Do not close Menu on selection of certain items in Compact Framework

Is it possible to leave a Menu open after a selection/check of certain menu items in Compact Framework? I found an answer to this but it doesn't work for Compact Framework. I want to check a menu item but have it stay open after I check the item. ...

Trying to access JSON menu in another function to build out a left side navigation

Hi All. I am relatively new to Jquery and JSON and this is my first post here, please bear with me. I have a JSON menu string with an array of three items (name, url, id - our internal page id number) and the top level navigation builds out fine. I loop through the top level items and call a recursive function to get the sub menus. ...

simple flex question (how to do a menu)

/* i'm very new to flex */ i need to do a side menu in flex 3, how would you do that on the side of the page you have like a bunch of menuitems and on the click of a item you have some action ...

Traversing list elements with jquery

Hi folks, I'm building a micro site at the moment and I have a problem. I want to scroll to the different list elements by clicking on my menu. This is working fine. But the problem is, by using the list index to traverse to the second or third element of mainmenu, its only working fine in the first menu because the index of the second...

SPGridView problem with Header dropdown context menu

Hello experts, I've created webpart with SPGridView but I have one problem with it. When I click on DateTime column Header, items in the header context dropdownmenu (which appears when you click on the header of the column) aren't sorted correctly. Datasource is assigned via ObjecDataSource. Filtering on other types of columns (string...

Menu javascript/dhtml

Does anybody know a good free javascript/dhtml menu with vertical alignment, supporting multi-level options, expanding on hover? Tks in advance ...

How override cursor:text in the asp:menu for non-clickable items?

I have a menu control on the master page. The datasource for the menu is a websitemap. E.g., HOME Page1 (clickable) Page2 SubPage1A (clickable) SubPage2B SubPageSubPage1 (clickable) SubPageSubPage2 (clickable) Page3 ...

Eat MouseDown event after closing a WPF menu

I'd like to implement a WPF menu with the same behavior as the Office menus: When you click away when the menu, it closes the menu but the clicked element does not receive a MouseDown event. I thought of a couple of ways to do this but they are horribly complex. Is there a relatively easy way to accomplish this? ...

Django: Figure out which item in a menu that has been selected

I'm sure I've seen this question on Stack Overflow before, but I couldn't find it by my life, so here goes nothing. I have a normal Django menu which uses the {% url %} tag and static names for the menu items. Now I want to have a different style for the menu item which has been selected. But the menu is being rendered in the base templ...

JQuery Rounded Corners with Menu

I'd like to create a dropdown menu with rounded corners without using images. I tried combining the suckerfish menu plugin with a number of the JQuery rounded corners plugins, which mostly worked fine in Firefox, but looked terrible in IE. Does anybody have an easy combination of plug-ins that will work with both IE and Firefox? ...

ASP .NET - Not having root node in SiteMap for use in menu?

Using a SiteMap linked up to a Menu (first time for both). I would like the menu to show horizontally with multiple main options which each have sub options. So something like this: Right now I can only have a root SiteMapNode and then main/sub options. Not like this: Do I need to change the SiteMap or the Menu settings? ...

PHP - dynamic menu with submenus

Hello, I've got a menu, that is something like this: <ul id="menu_cat"> <li><a class="cat1" href="#">category 1</a> <ul> <li><a class="cat2" href="#">category 2</a> <ul> <li><a class="cat3" href="#">category 3</a></li> <li><a class="cat3" href="#">category 3</a></li> <li><a class="...

as3 RollOver movieclip menu

I'm trying to do a bottom menu like in www.zara.com. My code have a transparent movieclip that shows the menu when mouse rolls over it, and hide when mouse rolls out. The menu appears over that transparent movieclip, so I can use the roll over and out actions to maipulate the menu with the transparent MC. The problem here is when m...

MVC menu that will also work with ASP WebForms

We have been happily using the ASPExpert Menu control at work. Recently I have received the green light to update a portion of the site to use MVC. In doing so, I have to maintain the look and feel of the existing site on to the newer MVC portion of the site... This includes the menu. Unfortunately, it looks like ASPExpert Menu is de...

CSS Hover + Element crashing in webkit (Chrome, Safari)

Hey, Found an annoying bug today which crashed chrome and safari (so all webkit browsers?) with just CSS. It's a hover menu, hovering over an element then displaying the next dropdown level. Works perfectly in all other browsers. See here, top left 'rn': http://test.davebowker.com/rn-hover/ Hope someone has some thoughts, or knows a ...