similar to: Pop-up menu

Displaying 20 results from an estimated 20000 matches similar to: "Pop-up menu"

2006 Jul 18
5
Right-click popup menu?
Hi, I have a partial frame on the side of a page which shows the current users logged in (as text). Now, I would like to be able to right-click on each user''s name, and get a menu containing links such as "View Profile", "Send Message", etc. These links could open in a new window. Is this possible? Any help would be greatly appreciated. Thanks, Aditya Rajgarhia
2015 May 27
1
Windows explorer pop-up descriptions: unfair to Samba
Hello, I would like to get this question answered in support of a decision about whether or not to move some large shares from Windows Server to Samba. Windows Explorer has a feature called "Show pop-up description for folder and desktop items", which I will call SPD. SPD, which is enabled by default, shows a folder's contents and size when you hover your mouse cursor over it. It
2006 Aug 10
7
Radio Button events
Hi, I have observers for a group of radio buttons, an observe_field for each radio button (I think its not possible to have one observe_field for a group of radio buttons). Now, the problem is that when I click on one radio button, all the observers get trigerred, so the method which the observe_field calls gets the wrong result. I just want that method to get the radio button that is
2009 May 12
3
forms & link css classes - not working
I used a scaffold to create an interface. I''m trying to style it and I''m having trouble. In my css I have: #content a, a:link, a:visited{ color: #ff8400; } #content a:hover{ background: #ff8400; color: #FFFFFF; } #content a.urgent, a.urgent:link, a.urgent:visited { color: #FF0000; } #content a.urgent:hover { color: #FFFFFF; background: #FF0000; } #content input.m_title{
2006 Aug 18
4
Button on view
Hi, I have a page containing 3 views (2 are partials). One of the partials needs to have a button that will clear a table called "messages" in the database. I can put a button like this "<%= button_to "Clear Messages", :action => ''clear_messages'' %>" and have the controller do "Message.delete_all". But the problem is that the
2006 Mar 31
1
Segfault with too many menu items on Rgui
Hi all, In the CHANGES file for R-2.3.0alpha, there is the following statement: winMenuAdd() now has no limits on the number of menus or items, and names are now limited to 500 (not 50) bytes. However, I can reproducibly get a segfault using this (admittedly silly) example: for( i in 1:5) winMenuAdd(paste("Test", letters[i], sep="")) for(i in 1:5) for(j in 1:24)
2007 Jun 25
1
Focus problem for shaded windows
Hi, today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable "Click to focus" - Shade a window - Hover another window - Hover back to the window frame of the shaded window - Press Ctrl+Alt+S Expected behaviour would be that the shaded window is unshaded. What happens is that the last active window is shaded. I investigated this a
2007 Aug 06
1
Focus problem for shaded windows
>> today, I noticed a problem in focus handling for shaded windows which is >> pretty easy to reproduce: >> >> - Disable "Click to focus" >> - Shade a window >> - Hover another window >> - Hover back to the window frame of the shaded window >> - Press Ctrl+Alt+S >> >> Expected behaviour would be that the shaded window is
2010 Nov 20
2
uLillith Audio Player
Hello all. I recently submitted this to the Appdb: http://appdb.winehq.org/objectManager.php?sClass=version&iId=22029 I want to submit an error report, but I'm not sure it's an error with WINE. I used the terminal and winetricks to determine that I should install MSVCR90.dll. Did that, which removed some errors, after which the application window would now show (though it would
2009 Jul 28
1
WinHQ.org website - CSS preloading
Hi, I wasn't sure where to write this so thought I'd just put it in the forum. The WineHQ.org website is great, just I think pre-loading the hover images for the main menu section would make the site even better as it would no longer mean the hover images would need to be loaded when the mouse is hovered over them. I found a solution here:
2006 Aug 04
2
observe_field for radio_button
Hi, I need to observe a set of radio buttons but am having great trouble. My observe_field looks like this: <%= observe_field :user_select, :frequency => 0, :url => { :action => :admin_control } %> Now it works fine if I use a text_field like this: <%= text_field :user, :select, "size" => 20, "maxlength" => 16 %> But I want a radio button, and
2008 Dec 01
1
Dreamweaver CS4 bugs
Hi all, I've been using Dreamweaver CS4 with WINE for the last couple of days, here are a couple of bugs that I noticed. WINE buglist for Adobe Dreamweaver CS4 Version 10.0 Build 4117: Shift doesn't work in the listbox but ctrl does (for example, when using the recordset window) After opening some menus, the menus do not disappear, not even when minimizing, and stay there until the
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Mar 07
1
Override CSS hover
Is there some way to simply override CSS rules specified in a CSS file? Scenario being that scriptaculous effects would be nicer to have on things like :hover, but wishing to keep CSS "effects" for people without javascript. Specifik in this case is that I have a slight padding on a navigation menu to indent hovered links, but it would be nicer to use Effect.Move (I think, just
2006 Jun 12
0
how to get link_to mouse rollover to pop up a "help" box.
I want to have a link_to (<a>) that when the mouse rolls over it (hover) a little if possible semitranspartent "box" (maybe 80px*80px) is displayed with some help/further information included. Is it possible to do this? -- Posted via http://www.ruby-forum.com/.
2006 Apr 07
13
Pop up menus - any ideas?
I''ve got a menu in which I have all of my categories as links. Each category also has subcategories. I want to set it up so when you mouse over the category the subcategories will pop up (to the right of the main list, but that''s just CSS). This is what I have so far: <% for category in @categories %> <a href="#"
2006 Jun 21
0
Feature Request: Drag and Drop support in scale plugin
I've asked for this many times, but this is the first time asking for it on the mailing list. I have totally removed my window list applet from my gnome-panel. It's gone, but not yet forgotten. Despite such great effort to replace it, the thing I miss the most from it is the fact that d&d was easy. I pick up my file or my text or whatever, I hover over an item in my window list applet,
2006 Jul 25
2
Page doesn''t have scroll bar :/
I have a page with a form that is longer than the page view. Yet there is no scroll bar. How can I get one? Thanks, Aditya -- Posted via http://www.ruby-forum.com/.
2011 Dec 30
1
Digiguide
Hi, This is my first time posting here, so please be kind. Until late Summer (late June I think), I happily used an application called DigiGuide under wine and it worked beautifully. However, after this, it never worked properly and I gave up with it. I have only just decided to try it again after I was reminded that I still had nearly two years of my DigiGuide subscription left and decided to
2006 Sep 20
1
using menu.c32 from ISOLINUX to display two menu....
Hey Guys, I am trying to use the simple menu system to provide menus on my boot CDs. For testing, I have the following entry in my isolinux.cfg file: label linuxmenu kernel menu.c32 append menu32.cfg The option work as it should. I am trying to display two sets of menus. At the bottom of the menu32.cfg I have the following: label 64 menu label Press enter here for