Tagged Questions
Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.
38
votes
6answers
52k views
jQuery override default validation error message display (Css) Popup/Tooltip like
I'm trying to over ride the default error message label with a div instead of a label. I have looked at this post as well and get how to do it but my limitations with CSS are haunting me. How can I ...
36
votes
5answers
1k views
How can I create a “tooltip tail” using pure CSS?
I just came across a neat CSS trick. Check out the fiddle...
http://jsfiddle.net/duZAx/1/
This creates a little arrow/triangle-like effect, a "tooltip tail". This blows my mind! I'm really ...
16
votes
7answers
2k views
Tooltips in the era of touch
Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user ...
14
votes
1answer
367 views
Native hints/tooltips under Vista/7 with Delphi7?
I'm trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7.
I've found a really nice component which could solve the issue:
...
13
votes
12answers
9k views
Recommendations for jQuery tooltips
I am looking for tooltip plugins for jQuery that would allow for the following type of behavior.
<a href="somewhere.html">
<span>
<img src="someimage.jpg" style="display: none;" ...
10
votes
5answers
10k views
Forcing a WPF tooltip to stay on the screen
I have a tooltip for a Label and I want it to stay open until the user
moves the mouse to a different control.
I have tried the following properties on the tooltip:
StaysOpen="True"
and
...
10
votes
6answers
7k views
WinForms ToolTip will not re-appear after first use
I have a Forms C# application where I would like to use a toolTip on one of the text boxes. I Initialize the tool-tip in the constructor of the Form class, and it works the first time. So when I ...
9
votes
2answers
397 views
Visual Studio Free addin or resharper plugin to show constant value in tooltip
Is there a free addin or resharper plugin that will let me see the actual value of a constant value when you hover over a reference to it ?
Since the compiler forces const fields or properties to be ...
9
votes
6answers
6k views
Is it possible to format an HTML tooltip?
Apologies if this is a n00b question but I can't find a straight answer anywhere.
Is it possible for format an HTML tooltip?
E.g. I have a DIV with attribute title="foo!". When I have text-size of ...
8
votes
1answer
188 views
check if BalloonTooltip was closed by user
how can I check if BalloonTip attached to NotifyIcon was closed by user clicking "Close" icon or had dissapeared after give timeout? It seems that BalloonTipClosed is fired in both cases, and ...
8
votes
2answers
3k views
How to do a tooltip on an SVG generated by Raphael
I'm doing a bit of a pedagogical exercise, converting XML to SVG with XSLT, Javascript and Raphael. I'm sure it's the hard way...but it's educational.
The problem I've run into is creating tooltips. ...
8
votes
6answers
10k views
How to specify a ToolTip for a control in a Style from XAML?
I'm using a the WPF datagrid from the Microsoft CodePlex project. I have a custom control that I want to databind to a field from the row of the datagrid. I can't for the life of me figure out how to ...
7
votes
2answers
221 views
How to tweak my tooltips in wxpython?
I was trying to add a tooltip to show the full content of a truncated ObjectListView, until it turned out it had such a feature built-in:
I tried making my own tool tips using wx.TipWindow, ...
7
votes
3answers
366 views
jQuery Select All Elements That Have a Title
I need to apply a tooltip plugin to a bunch of different elements on my page. The only common property to work with a jQuery selector is that they all have a title property set.
I tried ...
7
votes
2answers
2k views
How do you render tooltip on disabled HTML Button
I have a HTML button. I have tried to render a tooltip on it based on the "title" attribute of the button and it doesn't render. Mainly because it's disabled.
I then tried wrapping the button in a ...
6
votes
1answer
119 views
Preserve Tooltips when exporting GraphPlot
I have a very large, dense, labeled graph that I have visualized with GraphPlot. I would like to show the vertex labels with Tooltip, but must distribute them to people without Mathematica. ...
6
votes
2answers
844 views
Override tooltip text for Titlebar buttons (Close, Maximize, Minimize, Help)
I have been trying without luck to change the text of the tooltip that appears for the buttons on the main title bar of a form.
In a nutshell, we have harnessed the 'Help' button for Windows Forms to ...
6
votes
3answers
4k views
jQuery qTip: How to attach a single tooltip div to multiple target divs?
The normal behavior for the jQuery qTip plugin is to create a new hidden div for every tooltip item assigned. Is there a way to tie a single hidden tooltip element to multiple targets, to avoid ...
5
votes
3answers
278 views
Tipsy jquery plugin for dynamic live events is not working
I'm using the tipsy jquery plugin to create tooltips for dynamically appearing elements.
The tooltips work on non-dynamic elements, so I've definitely included everything that I need. I'm using ...
5
votes
1answer
253 views
Swing: How to create a custom JToolTip like widget that moves with the mouse
Java Swing question.
I have a JPanel which displays a graph. When I move the mouse over this graph, I want certain information to be displayed on a tooltip-like widget that moves with the mouse. How ...
5
votes
2answers
248 views
jquery tooltip IE problem
I am using jquery tooltip in area which is reloaded with ajax. So I bind the js for tooltip and all work fine for most browser but not for IE 7 and 8. There is a problem with position and it give me ...
5
votes
1answer
362 views
How can I display a tooltip constantly while a control is focused?
How can I display a tooltip constantly while a control is focused? I've tried so many things and nothing seems to work. Right now I have something like the following:
<TextBox ...
5
votes
4answers
439 views
Windows yellow tooltip multiline?
Is it possible to make yellow tooltip in windows multiline?
I tried with \n but it's not working.
EDIT:
This is the function I have in my code. I followed instructions from MSDN but couldn't get ...
5
votes
3answers
4k views
How to set the tool tip on jqGrid mouse over?
How can you set the "tool tip" that appears when you hover your mouse over a jqGrid row/cell?
Currently the tool tip appears to just be the cell contents.
5
votes
3answers
648 views
MFC : How to add tooltip in Cmenu items?
How do you add tooltips for CMenu Items? I couldn't find any straightforward and helpful resource. Please help. Thanks...
5
votes
4answers
2k views
C#: How do I add a ToolTip to a control?
I have some controls that I would like to display a ToolTip for when the mouse is hovering over it. How can I do this? I would like to know how to do this properly in code, but also in the designer ...
5
votes
3answers
5k views
C# Tooltip not appearing on “Show”
To fullfill a requirement I have to show a tooltip manually for 30 seconds. According to msdn I just have to use the "Show" method.
toolTip.Show(QuestionHelpText, btnHelp, 30000);
But I only get ...
5
votes
4answers
13k views
Displaying tooltip on mouse hover of a text
I want to display a tooltip when the mouse hovers over a link in my custom rich edit control. Consider the following text:
We all sleep at night .
In my case the word sleep is a link.
When the ...
4
votes
1answer
80 views
How to know what link is clicked on a Balloon after handle the TTN_LINKCLICK message?
After Mr. TLama have answered my last question (How to trap the TTN_LINKCLICK notification?) one point went unanswered because it was not asked :)
How to identify each link I clicked on the balloon, ...
4
votes
1answer
70 views
How can I give a group of controls a single tooltip, and have it appear smoothly?
I have a grid of controls, where each editable control (checkbox, combobox, etc.) has an associated label. I want to share a tooltip between the label and its control.
Now this is something that I ...
4
votes
2answers
236 views
How to show a tooltip on a mouse click
I have a JTreeTable and have successfully implemented a MouseMotionListener to show a tooltip whenever the mouse is over one of the cells. However when clicking on the cell the tooltip does not show ...
4
votes
1answer
117 views
Empty tooltip issue
I have a simple WPF application with a button whose tooltip is binded to a TextBlock.Text:
<Grid>
<Button Height="23" Margin="82,0,120,105" Name="button1" VerticalAlignment="Bottom" ...
4
votes
1answer
124 views
How do I set a tooltip on a JPanel and its children?
I have a JPanel containing JButtons and a few other things, and I want the entire panel to have a tool-tip. When I call setToolTipText on the JPanel, the tool-tip only appears in empty spaces within ...
4
votes
2answers
217 views
How to display a temporary baloon tooltip during input validation?
I'm somewhat used to the GUI idiom where when I type something wrong in a text input field a balloon pops up from the field with info about what I got wrong / expected input. It remains visible until ...
4
votes
2answers
230 views
fancy tooltips in Swing
I have a JTable that I would like to display a fancy tooltip (basically a JTextArea) for particular cells in a column. I am using a custom cell renderer, so it would be easy if I could figure out how ...
4
votes
1answer
173 views
Java3D stuttering issue with Swing tooltips
A Java project I am working on is having a bizarre conflict between Java3d and Swing tooltips.
Our program is setup with a Java3D Canvas3D in the center surrounded by Swing JComponents (buttons, ...
4
votes
3answers
866 views
How to change tooltip text for google chart api?
http://code.google.com/apis/chart/
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
// Load the Visualization API and ...
4
votes
1answer
257 views
Complicated HTML tooltips (storage) - architecture suggestion
I'm developing a complicated page containing some widgets, some 'draggable' elements and a <canvas> interactive timeline.
Problem:
On mouseover - on elements that can be dragged (entities) ...
4
votes
2answers
489 views
Windows Explorer/Aero style tooltips in C#?
If you use Windows Vista or 7, I'm sure you've seen this kind of tooltip, with the coloured text and icon:
I've searched using a lot of different keywords; Explorer, Aero, Windows, tooltips, etc., ...
4
votes
1answer
453 views
How to display tooltip or hint similar to Delphi XE tooltip code insight
I'm looking at wanting to implement a tooltip similar to the way Delphi XE does when you're debugging and you hover over an object. ie, it opens up a hint window with + signs which you can expand ...
4
votes
4answers
1k views
JQuery tooltip that supports new line
I'm looking for a lightweight jquery plugin for displaying tooltips when the user hovers over an element. I would like the plugin to get the content from the title attribute and also it's important ...
4
votes
5answers
309 views
How do you make tooltip show up for longer in IE
i got the following
<span id="pageLink" style="cursor:pointer;" onClick="...." title="<%=pHelper.getNameToolTip()%>">
in firefox the tooltip stays there until the mouse is moved, but in ...
4
votes
2answers
199 views
Change ToolTip font
I need a tooltip with custom Font.
I have the following code, and this works... but the tooltip size does not fit the text.
Where is the error?
Public Class KeolisTooltip
Inherits ToolTip
...
4
votes
2answers
130 views
Tooltips in PDFs: are they possible?
I'm using the tcpdf PHP class for creating PDFs. Is there any solution to add tooltips to links?
4
votes
1answer
305 views
visual studio 2010 intellisense tooltip delay
Intellisense displays tooltip when going through list of methods. This tooltip displays with ~500ms delay. It's very annoying when I'm need to find certain method. Is there any way to make this ...
4
votes
2answers
1k views
WPF Tooltip Visibility
How can I ensure that a button's Tooltip is only visible when the button is disabled?
What can I bind the tooltip's visibility to?
4
votes
1answer
720 views
Tooltip on button click using jquery
How can I show an error message using tooltip on click of a button and that too if there is error, else the button should just work fine to submit the form?
Here is what I have tried with modal ...
4
votes
2answers
9k views
iPad Safari's mapping of mouse events to touch events in image-maps
My website makes extensive use of image-maps. The images are of pages from a medieval manuscript. The mouseOver event of the AREA tags has a tooltip attached to it, which displays a modern typographic ...
4
votes
2answers
1k views
Creating dynamic jQuery tooltips for dynamic content
UPDATE: This is the CFC code that I'm using to retrieve the data.
I'm using the qTip jQuery plugin to create tooltips for a set of links.
Two problems:
How do I create a set of tooltips for three ...
4
votes
4answers
10k views
google maps v3 marker mouseover tooltip
I want to put a tooltip made myself with divs when the mouse is over a marker, but I don't know how to get the screen position to put the div on the correct position, here is my code:
...