search for: tooltip

Displaying 20 results from an estimated 216 matches for "tooltip".

2006 Jan 23
7
Tooltips.js
Hi, there already had been a Tooltips implementation [1] but i wasn''t to happy with that one, not only because they didn''t support simple mouse-hover tooltips (just as they appear when you are using title attributes) But writting this lib was also a good way to get into script.aculo.us and prototype.js. (and i c...
2006 May 09
9
Tooltips v1.1 Released
All -- Thanks to those who sent me input! I'm proud to release my tooltips version 1.1 into the wild; it can be downloaded here: https://boygeni.us/svn/tooltips/tags/release-1.1.0/ Changes include: * Rendering constrained to viewport * User-defined effects options * MIT License Tested under Safari 2, IE 6 (strict) and Firefox 1.5 You can demo the sample app...
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello, Can anybody point me to a sample of popup/tooltip using Prototype? I saw examples for windows and also for tool tip but what I want is a little bit different. I want the same fuctionality which exists at yahoo mail login. https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip. No...
2006 Jun 10
5
Tooltips
Anyone know of a tooltip extension which uses script.aculo or prototype? e.g., hover a mouse on an object and pop-up a "help" dialogue? Sam _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails....
2005 Jan 26
3
DC++ 0.668 - Annoying "tooltips"
Hello there ? There were folks in the recent time running DC++ on wine. I'm also one of them, and I have a small problem, which turns out to be very annoying. The action buttons at the top of the main DC++ window as well as tabs at the bottom tend to show "tooltips" containing information about the last files to be hashed. However, there is an error somewhere that these tooltip windows are there forever, they don't go away, when they should. Once activated "tooltip" can be moved by placing the mouse on another button/tab, but not deactivat...
2006 May 03
3
My Tooltips contribution
All -- I've been working on a simple tooltip widget and thought I'd release it into the wild. It builds on the features found in Prototype 1.5.0 RC0 and Scriptaculous 1.6.1. Very basically, it walks down a list of links and if they have id, href and title attributes, displays a tooltip on mouseover. Styled with a few lines of CSS and bac...
2006 Jul 05
10
Google/Netflix Like Tooltips
I need to have a toolip-like object which has dynamic content in it. I plan on using scriptaculous with an ajax call to retrieve the content, but I would like to make the popup/tooltip/balloon text look as nice as possible. Does anyone have any examples or anything useful to create a popup like the ones that Google and Netflix have? I''d like to have one which must be "X''ed" out of, not simply disappearing after mousing off of the object. I googled a...
2006 Jul 26
6
Javascript tooltips in rails?
Does rails have built in functionality to do javascript tooltips? -- Posted via http://www.ruby-forum.com/.
2006 Feb 08
2
Tooltip.js problems
I''m starting to play with the tooltip.js library from http://tooltip.crtx.org/index.php?page=HomePage. The libarary seems to work pretty well except that when I use a tooltip on a web page that has a form and submit buttons, the submit buttons stop functioning and won''t respond to click events anylonger. So far I'...
2005 Dec 28
6
Custom tooltip component?
I am looking to develop a custom tool tip component for a list of links. ...Which is kind of not that big a deal. But, and this seems to be the tricky part, I also want to be able to set/specify the interval threshold after which to display the tool tip. (and by nature of "tool tip", don''t display if the mouse moves out during that interval. etc) Any suggestions? Could
2001 Jan 22
0
vorbiscomment gui ideas
...;shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkTree</class> <name>file_listing</name> <tooltip>Possibly a file listing here, allowing mass-editing comments?</tooltip> <selection_mode>GTK_SELECTION_EXTENDED</selection_mode> <view_mode>GTK_TREE_VIEW_LINE</view_mode> <view_line>True</view_line> </widget> </widget> <wi...
2007 Jun 11
5
Problem with RSVGTipsDevice
Hi there. I am still trying to get the RSVGTipsDevice to work, yet I can not. I have copied the first example from RSVGTipsDevice documentation: library(RSVGTipsDevice) devSVGTips("C:\\svgplot1.svg", toolTipMode=1, title="SVG example plot 1: shapes and points, tooltips are title + 1 line") plot(c(0,10),c(0,10), type="n", xlab="x", ylab="y", main="Example SVG plot with title + 1 line tips (mode=1)") setSVGShapeToolTip(title="A rectangle", desc=...
2007 Mar 06
2
SVG and tooltips, hyperlinks
Dear all, is there a good way to create SVG plots with R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to support the notion that plot objects have titles or are act as hyperlinks, so I am helping myself by giving the objects funny unique colors and then postprocessing the .svg file. I wonder...
2009 Mar 27
0
xrciser problem
...<border>5</border> <option>1</option> <object class="wxStaticText" name="m_staticText1"> <tooltip>Instructions</tooltip> <style>wxALIGN_LEFT</style> <label>Step 1</label> </object> </object&g...
2005 Oct 31
2
Inplaceeditor and a tooltip on mouserollover?
on mouseover when using inplaceeditor it highlights in yellow. Great. However, I want to also show a tooltip inside this div on mouseover. Specifically, when a user is over editable text, besides the yellow background, I want to display next to it a "delete" link. One of the things I''ve tried is this: <script language="JavaScript"> new Ajax.InPlaceEditor(''answ...
2007 Jul 22
0
[1141] trunk/wxruby2/swig/mark_free_impl.i: ControlWithItems call default Window mark routine to preserve ToolTips etc
...splay:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1141] trunk/wxruby2/swig/mark_free_impl.i: ControlWithItems call default Window mark routine to preserve ToolTips etc</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1141</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-22 19:15:07 -0400 (Sun, 22 Jul 2007)</dd> &lt...
2007 May 04
0
new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
...>, based on RSvgDevice by T Jake Luciani <jakeluciani at yahoo.com> Maintainer: Tony Plate <tplate at acm.org> Depends: R (>= 1.4) Description: A graphics device for R that uses the w3.org xml standard for Scalable Vector Graphics. This version supports tooltips with 1 to 3 lines, hyperlinks, and line styles. License: GPL version 2 or newer. http://www.gnu.org/copyleft/gpl.html _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2007 May 04
0
new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
...>, based on RSvgDevice by T Jake Luciani <jakeluciani at yahoo.com> Maintainer: Tony Plate <tplate at acm.org> Depends: R (>= 1.4) Description: A graphics device for R that uses the w3.org xml standard for Scalable Vector Graphics. This version supports tooltips with 1 to 3 lines, hyperlinks, and line styles. License: GPL version 2 or newer. http://www.gnu.org/copyleft/gpl.html _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Nov 24
0
Does R has any SVG devices that allow setting of zooming and panning (in addition to Tooltips and Hyperlinks) ?
This question is in continuation to the one posted in StackOverflow : http://stackoverflow.com/q/13542480/1029725 Thanks in Advance Ch -- View this message in context: http://r.789695.n4.nabble.com/Does-R-has-any-SVG-devices-that-allow-setting-of-zooming-and-panning-in-addition-to-Tooltips-and-Hyp-tp4650657.html Sent from the R help mailing list archive at Nabble.com.
2009 May 29
1
GTK Tooltips under Linux
Dear all, I want to set tool-tips for a gtkButton. I use the following code which works under Windows. However, it doesn't work under Linux. Any hints? Thanks. library(RGtk2) b<-gtkButtonNewWithLabel("OK") gtkTooltips()$setTip(b,"Memo for a Button.") gw <- gtkWindow(show=F) gw$Add(b) gw$Show() > sessionInfo() R version 2.8.0 Patched (2008-12-10 r47137) i686-pc-linux-gnu locale: LC_CTYPE=zh_CN.UTF-8;LC_NUMERIC=C;LC_TIME=zh_CN.UTF-8;LC_COLLATE=zh_CN.UTF-8;LC_MONETARY=C;LC_MESSAGES=C;LC_PAPER=zh_...