tooltips

Is there a JQuery tooltip plugin that supports HTML content and automatically positions tooltips?

I am searching for a Tooltip plugin/library for JQuery. It should be able to automaticlly position tooltips, like TipTip, and also support HTML content for the tips. TipTip does fullfill both conditions, but: Added HTML support with Tip Tip. You can now add HTML into the Title attribute (though this is not recommended if you want s...

Creating tooltips for each field in Sharepoint form.

I want to create tool tips for each part in a form which employees have to fill in a share point web page. When users move the mouse cursor on each field (Title, description, department etc.) the related tip will be automatically became visible as a simple pop-up (tool tip) and summarize what they should write there. and when the mouse c...

How to force a gtk tooltip to be shown?

I have an application and I want to show a tooltip every time a user set the focus on a entry widget. Do you know a way to force a gtk Tooltip to be shown?, because right now it only shows when the user puts the mouse pointer over the entry, but the application in production will have no mouse at all. ...

Tooltip tools that play nice with Aspnet and Ajax

I am a tech writer and am working in visual studio creating tooltips for an ERP site. Originally we were using the Jquery tools from flow player http://flowplayer.org/tools/demos/tooltip/form.html but these did not agree with our asp elements. Specifically the drop down and check boxes. It also caused odd display features with our button...

Problem with Visual Studio 2010 DataTips in a mixed C++/CLI assembly

I've recently switched to using Visual Studio 2010. I've got a problem where the DataTips (debugger tooltips) for STL types aren't loading correctly. For example, in the following code: int test( const std::string& inString ) { std::string aString( "Hello, World!" ); return aString.compare( inString ); } I don't get the exp...

How to show multiple tooltips on a control?

I would like to show 2 different tooltips on a control, both shown a the same time. Currently, when one is shown, and I try to show the other tooltip, the previous one disappears. How can I show both of them at the same time? PS: The two tooltip objects are different. ...

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...? ...

What is the simplest way to make tooltips in Tkinter?

For those that don't know, tooltips are those little bits of text that popup when the mouse hovers over a widget for a certain durration of time. I'm using Windows 7 if it makes a difference. ...

jqGrid 3.7.2 does it contain the hoverrows feature?

Although I have set hoverrows: false, a tooltip is being displayed when the mouse hovers over any grid cell in version 3.7.2. I found this link from December 2009: http://www.trirand.com/blog/?page_id=393/help/supress-jqgrid-onmouseoverhover-code which mentions the feature being available "in the final release". Version 3.7.2 dates f...

Mootools 1.2 Custom Tooltip Error - Tooltips show image before hover

Hey all, Having a bit of an issue woth mootools 1.2 Tips (cutsom tooltips) We are using Joomla with the latest update that includes Mootools 1.2 - and I have the following JS code $$('.tipz').each(function(element,index) { var content = element.get('title').split('::'); element.store('tip:title', content[0]); ...

display tooltip on hover over text

How would I go about displaying a tooltip when the user hover overs some text? These text are keywords. I don't want to manually add these tooltip for each keywords. I am looking for a way to create a script of some sort to automatically do this either on the client side or server-side. When a user hovers over these keywords, and if the ...

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: http://maps.google.es/maps?oe=utf-8&q=hotels+in+sydney If you mouseover one of the hotel markers, you will see different styles (bold text, normal text), paragra...

How to fix error with sample code for MFC tooltips?

I get this error when compiling the following source from here: Error 1 error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CStaticLink::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' e:\development\tooltips\cqa0311\statlink.cpp 28 The line of code is for the ON_WM_NCHITTEST below BEGIN_MESS...

Adding a tool tip / bubble display without span tag or title

How would I go about displaying a tooltip when the user hover overs some text / keywords? This body of text is directly retrieved from the database so I am unable to add any span or div tags or title information to these keywords. Is there a way to automatically create tooltips for certain words that are contained in the page? Please le...

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 in Mozilla Firefox. Does anyone know of a simple solution in Javascript and CSS without using JQuery or any other Javascript library. ...

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 prototype that can do the following. Dynamic positioning, meaning if the tooltip would fall outside of the window then it is moved to a better...

is it possible to insert a line break in this tooltip?

i have a pretty map of the US: http://upload.wikimedia.org/wikipedia/commons/a/a5/Map_of_USA_with_state_names.svg i would like to implement a tooltip with multiline functionality such as here over the red square: http://www.carto.net/papers/svg/gui/tooltips/ please help me get started on this. i will be offering a maximum bounty on t...

How to programatically show jquery qtip tooltips as error notifiers.

Hi all - I need to programatically show qtip tooltips as error notifiers in a form I am working on. The form submits via ajax, and returns an object with an action, and if there are error an array of field names with error text to be show. if (response.action == 'error') { // We would put tooltip on appropriate items here for (var k...

Is there a way to make .net winform tool tips behave less haphazerdly?

I find that the winform tool tips behave very erratically. They seem to randomly decide to do nothing, show up or disappear when I perform the same hovering/clicking/etc actions. Is there some pattern that I'm missing? Do I just not understand the UI technique to bring up a tooltip? Is this a common problem? Do people actually expect to...

changing tooltip in visualstatemanager

Hi, i want to be able to change the tooltip on Checked and Unchecked, i tried: <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Duration="0" Storyboard.TargetProperty="ToolTipService.ToolTip" Storyboard.TargetName="btn"> <DiscreteObjectKeyFrame KeyTime="0"> <DiscreteObjec...