Top "Tooltip" 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.

WPF ToolTip Style

I have one ToggleButton with ToolTip, content of ToolTip is bind with Text property. Now I need to style my …

wpf styles tooltip togglebutton
Set the Tooltip Delay Time for a Particular Component in Java Swing

I'm trying to set tooltips on a JEditorPane. The method which I use to determine what tooltip text to show …

java performance swing user-interface tooltip
How do I show a bootstrap tooltip with an SVG object?

I'm going crazy trying to understand why I can show tooltips on regular HTML elements, but not on D3-generated …

twitter-bootstrap svg tooltip d3.js
Add custom text to Google Visualization tooltip

I need to add in another row of text on each of the tooltips I'm displaying (on an area chart). …

tooltip google-visualization
How can I change the text of an existing ToolTip control, in a PictureBox in my WinForm application?

I have a winform application which has a dynamic number (based on a database value) of PictureBoxes. Each P-Box has …

c# .net winforms tooltip picturebox
WPF Tooltip Visibility

How can I ensure that a button's Tooltip is only visible when the button is disabled? What can I bind …

wpf binding tooltip visibility
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 …

jquery svg tooltip raphael
How to display tooltips on jqplot pie chart

I have a jqplot pie chart with a legend and I would like to get the legend text to appear …

javascript jquery charts tooltip jqplot
How to use the tooltipTemplate on Chart.JS 2.0

I am trying to use the doughnut chart with multiple datasets and also use the tooltipTemplate feature to customize the …

javascript tooltip chart.js
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 …

user-interface usability tooltip touch