menu

XML ElementMenu Surface

I am filling my ElementMenu with XML and all goes fine, i only got one question. How can i put a event on the last item? It doesnt seem to react on any of it. I got this so far: <s:ElementMenu.RenderTransform> <TranslateTransform X="0" Y="-27.5"/> </s:ElementMenu.RenderTransform> <s:ElementMenu.Ite...

How can I prevent a main menu item with sub items from being clickable in Wordpress?

Here is my site: http://wake9.com/blogs/norcal-merced-wakesurfing-competition-2009/. Notice the menu item "Photos and Results". Hover over it and you will see sub menu items. I want to be able to click on the sub-menu items but the main menu item shouldn't be a page or be clickable. The only way i could get this item on the menu was to ...

Making a Javascript drop down menu push site content down?

Hi, i'm new here and I don't know if this is the sort of site to ask such a question. Basically i'm new to web design so I got myself the Sothink DHTML menu builder. A horizontal bar slides down below my menu and I was wondering if I could pass on that effect to the rest of the site, so instead of laying on top of my page content it sit...

PyQt: Show menu in a system tray application

Hello First of all, I'm an experienced C programmer but new to python. I want to create a simple application in python using pyqt. Let's imagine this application it is as simple as when it is run it has to put an icon in the system tray and it has offer an option in its menu to exit the application. This code works, it shows the menu (...

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 the effect of "Compress with [Name of App]". I know this is quite possible in Windows with modifications to the registry, but is there a w...

Eclipse RCP: how to observe the states of the cut/copy/paste commands?

I'm currently struggling with the following Eclipse RCP commands: org.eclipse.ui.edit.cut org.eclipse.ui.edit.copy org.eclipse.ui.edit.paste I'm using them as command contributions in the toolbar, but the UIElements (toolbar items) are not updated when the 'handled' state of those commands changes. For testing I used a polling mecha...

WPF Vertical menu - showing first sub menu on left

I am currently trying to make the WPF menu render vertically. I used the following code : <Menu.ItemsPanel> <ItemsPanelTemplate> <VirtualizingStackPanel Orientation="Vertical"/> </ItemsPanelTemplate> </Menu.ItemsPanel> which is ok but I would like the submenus to show on left of each root menuitem. any pointers on how...

'overriding' javascript function

I need to add some validations before the user navigates away via an ASP.NET Menu. I noticed that the items are rendered to use a javascript function called Menu_Key <td id="ctl00_MainMenun1" onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)"> I there a way to override that function and have...

Designing a main form ("main menu") for a WinForm application

The form that currently loads during when our beta WinForm application starts up is one that shows a vast array of buttons... "Inventory", "Customers", "Reports", etc. Nothing too exciting. I usually begin UI by looking at similar software products to see how they get done, but as this is a corporate application, I really can't go dow...

How to check a popup menu item?

How to check a popup menu item? ...

GWT Dynamic Menu from XML File. How to Reflect Class of the Composite?

Hello Everyone, I'm trying to make an Dynamic Menu in GWT, reading it from an XML file. The XML file must have the button name and the action (the composite associated that will be added to an Horizontal Panel). To make the action, a need to do Reflection of the Class, wish is given me a lot of problems. I've tried 2 different solution,...

Setup a startpage without a correspondig menuitem in Joomla

In Joomla 1.5 I would like to have a startpage (that has its own template) but there should be no corresponding menuitem "startpage". If the user wants to navigate to the startpage the only way he can do that is by clicking on the logo in the header. How can I achieve this in joomla? Currently it seems that I am forced to select a menuit...

menu control with ASP.NET

I upgraded it with IE8 from IE7, but it was in a situation that "a list did not appear" even if I assigned mouse cursor to bill of fare control. It is each item of the list part of the bill of fare precisely. The square part of the whole list displays it. this is a code: <asp:Menu ID="Menu1" runat="server" BackColor="#B5C7DE" DynamicHo...

jQuery Navigation Menu Plugin Recommendations

There are 62 jQuery Plugins for menus listed on the jQuery website. I want to select one for my navigation menu that has many users and is well-formed. What is your favorite jQuery Menu Plugin? ...

Son of Suckerfish CSS Menu - Top Level Menu staying active on Sub Menu Hover

I'm after a way to keep a top level menu item on it's hovered or active state when I'm hovering on that menu items sub menu. An example can be found here: http://marketplace.prettypollution.com - Hover over 'News' menu item (BG will be dark) then navigate to the Sub Menu to appears - 'News' item will change back to it's normal state. ...

Removing the default MDI menu of a MDI Container form when a MDI Child is maximized

Hello guys, I am working on a .NET C# application that has a main Form which is MDI container. When the user maximizes a MDI child, Windows draws a control strip right under the title bar of the container Form which has the Icon of the child and the system buttons on the right. Basically, what I need is hide this strip and use a custom ...

Is it true that the paragraph in Tree Menu of MSDN library is store in the database?

Hello guys, I was assigned to develop a website looks similar to MSDN Library. According to MSDN Library, I have sense that their tree menu is updated in the database. They are not fixed like others Javascript tree menu. But I am not sure, I just have doubt, is it true that the paragraph in Tree Menu of MSDN library is store in the dat...

CSS Help with Top Menu Items

I am not sure of how to get this to work, I have a Drop Down Menu that is cross browser compatible and I am trying to have the selected "bread crumb" menus system keep the arrows on the :hover style when I am on child menus. As you can see from the link here: http://www.seth-duncan.com/Test/TestMenu.html When I go to child menu items t...

How do I use the command pattern to reduce the complexity of a menu?

Say I have 4 buttons and I want each one to do a different thing. I don't want a big switch statement where I do a different thing based on which button was pushed, nor do I want a separate method for each button click. Is command pattern a good way to solve this? ...

CSS Help, Making Menu Fluid

I got some help with this menu earlier but have a different request now. The menu works fine with fixed width but I would like the words to wrap ONLY on the top menu categories. I need to be able to have n categories and have the width be evenly distributed. Obviously n would be within reason (I am not going to have 50 categories) but I...