menu

How could I add an entry to the right click menu ?

I'm not really sure how to google this one . I would like to know how would I add an entry to the right click menu in a Windows system . Something like "Open with ..." or "Archive with ... " . I would preffer a solution that works under Windows XP . ...

How do I add a menu for a Windows Mobile 5 Dialog application?

Hi all. I'm new to Windows Mobile 5 programming, but not to MFC. I need to port a Windows dialog app from VS2005 to Windows Mobile. I'm using VS2005 and a C++ Smart Device application project. In the Windows PC app, I can add a menu to the dialog. But I can't seem to figure out how to see the menu in Windows Mobile. The menu is there ...

Javascript mouse location

How do I check if the mouse pointer is in/on another div/id/a? ^a href="#" onmouseover="showmenu('top_3_menu_1_1')">Option One function showmenu(elmnt) { document.getElementById(elmnt).style.visibility="visible"; } function hidemenu(elmnt) { if mouse pointer is not in location A or B do something } ...

How to create a DHTML menu?

I need to create a DHTML menu with the specified features, but I can't figure out how to do it. Here's what I need: All items are layed out horizontally. If they would be wider than the screen, two little arrows appear on the right side of the menu that allow to scroll it. Something like this: +--------+--------+-------+---+---+ | Item...

Universal Dropdown Menu?

I am trying to create a "quick links" dropdown for a site I'm designing and it has to be compatible for all browsers IE6 and up. It needs to remain 120px wide because its position will be static. Using the < select > command and setting a width, this works; however, when the box is opened, IE cuts off the longer texted links where Firefo...

remove the right click menu in flash 9

Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated! ...

CSS "see-through" background - crazy navigation menu problem

Hi guys, I have a crazy navigation menu that I have to code. It's kind of tough. Please see the screenshot of the design here: navigation menu screenshot As you can see, the background of the "Home" menu item is quite tough! I can't figure out how to make its background "see-through", meaning it cuts through the dark background and ...

Is there a Perl equivalent for Emacs' ido-completion?

I've built a number of work-specific helper functions that could be useful for other members of my teambut I've written them all in Emacs' Elisp. And getting them to convert from Notepad++ is NOT going to happen. So, I'm thinking convert the functions to Perl. No problem. Except I use ido-completion all the time to limit responses: ...

Can I draw a menu (not popup menu) in any rectangular region of a window with MFC?

I override OnNcPaint() method along with OnNcLButtonDown() and OnNcMouseMove() and OnNcHitTest() method. So the original menu of the window doesn't exist. I want to add a menu with the area of the caption bar. How can I do this? Thank you very much! ...

XHTML/CSS: Why does Firefox mess up my horizontal tab menu?

Problem page: http://www.antisit.com Stylesheet: http://www.antisit.com/styles.css Any idea how to make this work in Firefox? (It appears as if the right tab image is being pushed below the link, as if there weren't enough room for it within the anchor element. Also, the reason that I'm using two tags is that I prefer using less ima...

Dynamic Menu Build, need links in menu to open in a new window with specific characteristics.

Currently I am building a asp:menu control that will have various links to websites and applications for my users. What is available for each user is based on them specifically, so I build the menu using an xml datasource and then populate that xml from my database/stored procedure. I was able to add in this event to get the links to o...

Binding ASP.Net Menu Control to a Collection

hi everyone, i am trying to use this code to bind my asp.net menu control to a collection.. but its giving me an error that my collection is now IHierarchyEnumerable.. which I understand why too.. StringCollection sc = pos.getAllmembers(); Menu1.DataSource = pos.getAllmembers().GetEnumerator(); is there a way around this.....

CSS Menu link stays highlighted

So I'm trying my hands at a css menu and I have a simple bug that I cannot fix and haven't found any help searching for it. The issue is that when I hover over a drop down menu the parent link stays highlighted and the text reverts back to the original color. Hopefully that explains it. Here's the css code, I'm sure it's a matter of addi...

CSS Horizontal Menu Problem: Won't Work in IE7

Could you help me fix the menu on this this page? The menu list items don't have a width defined, so they display at 100% width in IE7. If I make the span.right have a float: left, it fixes the problem, but then the rounded corners don't work. A possible solution might be to get rid of the right span and set a padding and background i...

dynamic tree structure using struts tiles framework ?

I want to create a dynamic tree with menus and submenus fetching data from the database. I am using the struts tiles framework. Is there any tag or other ways to do it ? ...

Spinning javascript menu

I would like to create a spinning menu akin to the one done in flash here. Are there any relevant links you know about to help with this endeavor? Thank you kindly. ...

django drop down menu public template error

Hello, My public template grabs data from Postgres to a drop down menu. The template displays the data in the drop down menu. When the selection is activated the following error occurs: commodity() takes exactly 2 arguments (1 given) The template code, views and URL are here: http://dpaste.com/109411/ Thank you, Ana ...

What type of menu bar is this?

I'm going to be building a CSS menu bar into a site much like the one at http://www.mightyleaftea.com I've heard of dropdown menus, but what is the type of menu at mightleaftea.com called? Oh, and more recently http://www.whitehouse.gov/ This is programming related. I have to build the menu... ...

Superscript registered mark '®' inside select menu

Is is possible to have a superscript registered mark "®" inside a select menu? If so, how is this done? Can you use CSS to achieve this? ...

Altering the YUI menu's mousing behavior

I'm using Yui to build a "popup" menu that works a bit differently with the mouse than usual. This is not a ContextMenu, because I want it to respond to left clicks, and the ContextMenu seems bent on responding to right clicks. Following the examples, if I do this, the menu comes up and everything is close to how I want it: YAHOO.util....