Tagged Questions

A tooltip is a small message, helping to understand the underlying content, often a button, a selection or link.

learn more… | top users | synonyms

25
votes
9answers
20k views

How can I use a carriage return in a HTML tooltip?

I'm currently adding verbose tooltips to our site, and I'd like (without having to resort to a whizz-bang jQuery plugin, I know there are many!) to use carriage returns to format the tooltip. To add ...
20
votes
4answers
7k views

Multi-line tooltips in Java?

I'm trying to display tooltips in Java which may or may not be paragraph-length. How can I word-wrap long tooltips?
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;" ...
11
votes
2answers
1k views

Add close button (red x) to a .NET ToolTip

I'm looking for a way to add a close button to a .NET ToolTip object similar to the one the NotifyIcon has. I'm using the tooltip as a message balloon called programatically with the Show() method. ...
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 ...
7
votes
3answers
3k views

Is there a way to set the delay time of tooltips being displayed on a particular component in java swing?

I'm trying to set tooltips on a JEditorPane. The problem is that the method which I use to determine what tooltip text to show is fairly CPU intensive - and so I would like to only show it after the ...
7
votes
4answers
4k views

Good CSS for flashes (aka info messages in Rails, growls in OSX)

I'm having difficulty getting CSS to work like I want it to for flashes (those little messages that show when you log in or do something or whatnot to confirm your action, eg in Rails). I want it to: ...
7
votes
6answers
5k views

Is there a way to have content from an IFRAME overflow onto the parent frame?

I have a UI widget that needs to be put in an IFRAME both for performance reasons and so we can syndicate it out to affiliate sites easily. The UI for the widget includes tool-tips that display over ...
6
votes
2answers
920 views

Create pdf with tooltips in R

Simple question: Is there a way to plot a graph from R in a pdf file and include tooltips?
6
votes
3answers
3k views

Best way to implement tooltips for JTree?

since JTree & TreeModel don't provide tooltips straight out-of-the-box, what do you think, what would be the best way to have item-specific tooltips for JTree? Edit: (Answering my own question ...
5
votes
1answer
884 views

How to create a helpful tooltip in Android

I would like to create a tooltip like thing in Android to help show my users what something is, as people have told me they don't know what it is. For an idea of what i'm after here is a drawing: ...
5
votes
1answer
571 views

jQuery Flowplayer Tools -> Tooltip destroy method?

I am using the jQuery Flowplayer Tools framework (specifically the tooltips plugin) in a table, in addition to jQuery ui calendar. Each row of the table has the ability to insert a row above and ...
5
votes
1answer
2k views

jQuery UI Datepicker with jQuery tipsy

Any ideas how to implement tipsy tooltips over jQuery's UI Datepicker? Basically I want to get a tooltip when the user moves on a specific date in the Datepicker. The Datepicker will be displayed ...
4
votes
1answer
90 views

Suggestion for creating tooltips on an image

Is there an alternative (and more elegant!) method of creating multiple tooltips on top of an image without using image maps? Preferably looking for a solution that makes use of jQuery, but not ...
4
votes
3answers
249 views

Tooltip that's not linked to any particular control

I'm trying to make something like a spellchecker, that will list possible words under the current caret position. I thought I would do this by creating a tooltip, moving it according to the caret's ...
4
votes
4answers
633 views

How to increase the time tooltips remain visible in Visual Studio

By default, Visual Studio tooltips remain visible for 10 seconds and then they disappear. I find this time too short to read some of the longer tooltips. Is there a way to increase the time they ...
4
votes
3answers
1k views

Position div depending on distance browser edge (javascript)

I am trying to create a small tooltip script that mostly relies on css. The bit of JavaScript I can't figure out is how to position the div based on its distance to the browsers edge. When the div ...
4
votes
2answers
5k views

How to create an SVG “tooltip”-like box?

Given an existing valid SVG document, what's the best way to create "informational popups", so that when you hover or click on certain elements (let's say ) you popup a box with an arbitrary amount ...
3
votes
1answer
147 views

Firefox 8 still doesn't support multiline titles or alt-text (“tooltips”)?

Despite this documentation: https://developer.mozilla.org/en/HTML/Global_attributes#attr-title and HTML5 having a spec for multiline http://dev.w3.org/html5/spec/elements.html#the-title-attribute ...
3
votes
1answer
203 views

JfreeChart tooltips with HTML code inside

It is possible to use HTML in JFreeChart tooltips? I extend StandardCategoryToolTipGenerator and override method generateToolTip public String generateToolTip(Dataset dataset, int row, int ...
3
votes
1answer
259 views

How to Shell_NotifyIcon WITHOUT adding an icon in the notification area

MSDN's documentation about Notifications and the Notification Area is pretty clear in the requirement for having an icon in the notification area in order to display a notification: To display a ...
3
votes
3answers
391 views

Is there any way to make a Balloon Tip never close?

My application is a monitor that may run in the background while the user is away, and its purpose is to visually alert the user when some changes have occurred. MessageBoxes seem a little obnoxious, ...
3
votes
2answers
1k views

html- / styling of- tooltips in google maps api v3

I'm trying to work out how Google adds images and styling to their tooltips that appear over markers in google maps. An example of the desired behaviour can be seen here: ...
3
votes
3answers
561 views

Windows Tooltips are not getting displayed

I have a code which sets the tooltip for a Winforms Controls in the standard way like this :- Tooltip tooltip = new tooltip(); toolTip.SetToolTip(control, text); In the same application, ...
3
votes
2answers
1k views

jQuery lightweight tooltip script recommendation

I am looking for a lightweight jQuery script for tooltips that is lightweight and can be easily used with image maps... Ideally it would automatically take the 'title' of each the area tag to function ...
3
votes
1answer
111 views

Is there a setting in Visual Studio 2008 to show keyboard shortcuts in button tooltips?

Visual Studio 6.0 used to show the keyboard shortcuts in the tooltips for the toolbar buttons. Is there a setting in Visual Studio 2008 that turns that on, or is that yet another case of Microsoft ...
3
votes
2answers
2k views

How do I remove a tooltip currently bound to a control?

I'm currently adding a tooltip to a label like so: ToolTip LabelToolTip = new System.Windows.Forms.ToolTip(); LabelToolTip.SetToolTip(this.LocationLabel, text); When I need to change this tooltip ...
3
votes
2answers
1k views

Ideas on how to display a modeless message box as a tooltip

I need to display a modeless message box whenever a user hovers over a menu item. I can't use messagebox.show(...) because it is a modal. So what I did was create a seperate windows form and display ...
3
votes
2answers
3k views

How can I display a tooltip showing the value of a trackbar in WinForms

I'm new to C# and WinForms so please excuse me is this is a bit of a newbie question. I'm trying to add a tooltip to my TrackBar control which shows the current value of the bar as you drag it. I've ...
3
votes
1answer
545 views

How to modify the tool rect of a CToolTipCtrl?

This question is related to this one. In a CDockablePane derived class I have a CTreeCtrl member for which I add a ToolTip in OnCreate(): int CMyPane::OnCreate(LPCREATESTRUCT lpCreateStruct) { ...
3
votes
1answer
774 views

Control a Winforms tooltip's location

Is there any way to control a tooltip's location on a Winform? I can handle the Popup event, but in the event handler I can only change the size, not the location. I could use the OnMouseEnter/Leave ...
3
votes
7answers
5k views

Getting custom tooltips with JQuery

I'm looking for a JQuery code sample or library for displaying tooltips when the cursor hovers over an element. Specifically, what I want to do is display my own <div> element on hover, not an ...
3
votes
1answer
6k views

Is it possible to format Tooltip-Text (bold, underline… etc)?

I want to make some passages of a standard tooltip bold in a WinForms application. Is this possible? If not, is there a (free) tooltip component that allows me to style them (preferably also border ...
2
votes
3answers
21 views

Auto Close Simple Modal After User Moves Mouse?

I am working with a web application where we need to show modal style content when a user mouses over a specific portion of the page, as they move their mouse away from that area though we want to ...
2
votes
3answers
52 views

How to dismiss all tooltips in table when cell editing begins?

I have enabled tooltips in my JTable by overriding the JComponent method that the JTable inherits: public String getToolTipText(MouseEvent e) { ... } Now, suppose a user hovers over a cell, the ...
2
votes
2answers
333 views

jQuery /CSS - get position of relative element, position tooltip accordingly

I have a map showing various locations which when hovered over will show a tooltip next to the cursor revealing information regarding that location. The map is a background image of the main ul ...
2
votes
2answers
1k views

Tooltips for GWT tree: adding mouseovers to nodes

I'm trying to add tooltips for the nodes of a Tree in GWT. As such, I'd like to add a mouseover listener for the nodes of a tree rather than on the tree itself. The Treelistener interface seems to ...
2
votes
2answers
260 views

c# tooltip help

I am using a tooltip to display information when the user mouse_hovers on treeview nodes. That side of it works perfectly as expected. However I am having difficulty with the tooltip being visible ...
2
votes
1answer
296 views

Tooltip of an “img tag” inside an “a tag”

I'd like to know the difference between title attr of the tag "a" and alt attr of the tag img. Also, wich should I use when I have an image inside an a? Just like in this case: <a ...
2
votes
2answers
294 views

Free alternative to Prototip?

I'm redoing the tooltips on a commercial site and am looking for a good tooltip library to use. Some of the pages use prototype already for other functions, so I need to find something based on ...
2
votes
1answer
485 views

Setting tooltips for disabled input text boxes in javascript and CSS

I am trying to display a tooltip when you hover over a textbox which has been disabled to indicate why the textbox has been disabled. Setting the title attribute works on IE but doesn't seem to work ...
2
votes
3answers
224 views

How can i set the insets of a tooltip (java)?

How can i set the insets of a tooltip (java)? I created a tooltip with a html formated text, this works fine, but i have no space between border and text. how can i set insets or an emptyborder...?
2
votes
1answer
39 views

SIFR: Surface tooltips off words inside SIFR'd text

If I SIFR-ize the following text: "We make <span>blankets </span> and pillows for giraffes." I know that I can make the SPAN part a different color, and I can even assign it a :hover ...
2
votes
1answer
453 views

Nested tooltip (tooltip within tooltip)

I have a page which is having some link and when i click on that link it open a tool tip form that also contains some link and now i want to open another form within already opened tool tip. Is there ...
2
votes
1answer
388 views

Cannot add ToolTip in style

I'm trying to add a ToolTip to a Grid using a Style (as follows): <ResourceDictionary> <Style x:Key="ToolTipGrid" TargetType="{x:Type Grid}" x:Shared="False"> <Setter ...
2
votes
3answers
918 views

TTabSheet hints in Delphi

I want a TPageControl and some TTabSheets, with 'per tabsheet' tooltip hints visible as I hover over each tab in turn. Is there any way of getting this effect in Delphi 2009?
2
votes
2answers
691 views

Modifying or hiding a form's caption tooltip

We have an MDI form which contains some number of child forms which have varying captions showing the currently loaded document's filename. When the child forms are maximized their title text gets ...
2
votes
1answer
2k views

WPF DataTemplate: How to create a tooltip just-in-time?

I am using DataTemplates to render items in an ItemsControl. I want to show a tooltip for each item. If I use a binding such as ToolTip="{Binding MyToolTip,Mode=OneWay}", WPF gets the tooltip once at ...
2
votes
1answer
640 views

What is the easiest way to make tooltips behave how I want

I don't like the default ToolTip behavior. First, I don't like that, after tooltip is shown for "AutoPopDelay" miliseconds, it disappears and don't appear anymore if you move the mouse over the ...
2
votes
3answers
1k views

How to hide a taskbar balloon at will?

It's very easy to force a taskbar icon to display a balloon tooltip: all I need to do is set the NIF_INFO flag when calling Shell_NotifyIcon( NIM_MODIFY, ... ), and the balloon appears, no problem. ...

1 2 3 4