tooltip

Is it possible to make a tooltip appear on a DotNetNuke menu?

I am running DNN 5.x and the XDMediaBlue skin in horizontal menu full mode. Is there any way to have a tooltip appear for menu items? ...

How to make sure tooltip content is indexed by Google? (Rap lyrics-related)

On Rap Exegesis, you can click lyrics to see them explained in a tooltip: These explanations are stored in hidden <div>s that are included in the page. (Firebug the page linked above to see what I mean) My question is how to make sure these explanations are indexed by Google, since by default Google doesn't index invisible content (r...

mootools Tooltip Open

Hi, How Can i force one Mootools ToolTip (Tip) to Open? Regards, Pedro ...

How do I set a jquery tooltip from a database on server side?

I have a label on my asp.net page, it looks like this: more info When I hover over it, I'd like one of those jquery tooltips to display. The data will come from a database from my code behind. I've look at qtip, jquery tools, and the telerik tooltip. I'm just not sure how to set the content of the tooltip from server side. ...

Adding an image to a JTooltip without knowing the image's path (due to the image being a temporary ressource)

To be a little more specific: I've built a simple multithreaded TCPServer (Java) which communicates with clients (C# / mono). On request the Clients take a screenshot and send it to the Server. The screenshots are then displayed in a JTable. I'd like to add a tooltip to these images in the table with the same image but in another size. T...

Simple ASP.net ToolTip (for FireFox)

Hi guys, I have an ImageButton in ASP.Net on my site, filled with the property ToolTop: <asp:ImageButton CausesValidation="false" Enabled="false" ID="imgHelp" ImageUrl="Images/Icons/help.png" Width="15px" Height="15px" runat="server" ToolTip="Die Referenz der Anfrage, z.B.: Bieter- oder Auktionsnummer" /> ...

Why getToolTipText is never called?

I have got a JComponent. The paintComponent Mehtod is overridden. I mentioned that tooltips were not occuring reliable. Sometimes they were displayed and sometime they didn't. Now I dont't see tooltips anymore on this component. I overwrote getToolTipText(MouseEvent e) to specify the contents of the tooltips. But the methods getToolTipTe...

How to force a tooltip to update on a TableCellRenderer, when the text is identical ?

In a Java program, I am using a custom renderer for cells in a JTable. On this renderer I set a tooltip, for which the content depends on the current cell. When the values are different, the tooltip is updated, and will appear next to the mouse pointer, over the cell. However, when the text for this tooltip is identical when changing c...

Mousehover, tooltip showing multiple times

I have a custom control (C#, visual studio). I want to show a tooltip on the mousehover event. However, no matter what I do, it either never shows or has a chance of showing multiple times. I thought it would be as simple as: private void MyControl_MouseHover(object sender, EventArgs e) { ToolTip tT = new ToolTip(); tT.Show(...

ToolTip on second monitor is displayed at the edge of the monitor.

Hi, I have got a component. The ToolTip of the component is set by the setToolTipText() method. On the first monitor everything works fine. Now when I move the frame to the second monitor, the tooltips are displayed at the edge of the monitor (on the side to the firt monitor). This happens only with tooltips of this component. The probl...

In WPF is there a way to change the position of a tooltip?

I just want the tooltip to appear above the control instead of below. What would be the best way to do this? Thanks! ...

Dojo Tooltip appears in top-left corner of the page

I have a Dojo tooltip that's been initialized and it works perfectly find when hovering over the desired node. The problem is that once the tooltip shows up for the first time, when i'm no longer hovering over the "tooltip" area then the tooltip appears in the top-left part of the page. How do I hide the tooltip when i'm out of the "ho...

Creating tooltip in Compact Framework

I'm trying to create tooltips for form elements (textboxes, etc) in WinCE 5.0 using the Compact Framework 3.5. I believe the functionality is implemented in the OS but not exposed in the managed framework. Any way to create this functionality with P/Invokes? ...

Tooltip not displaying, flashes when control is clicked

I have a check box that is disabled that should be showing a tooltip when hovered over, but instead nothing happens. Once the checkbox is clicked on the tooltip shows momentarily then flashes on and off very fast. What could be causing this? The tooltip should also be showing for every control involved, but shows for some and not others ...

C#: Problem displaying tooltip over a disabled control

I'm trying to display a tooltip when mouse hovers over a disabled control. Since a disabled control does not handle any events, I have to do that in the parent form. I chose to do this by handling the MouseMove event in the parent form. Here's the code that does the job: void Form1_MouseMove(object sender, MouseEventArgs e) { ...

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 can explore the action without invoking it just by hovering the mouse pointer. The touch devices make this paradigm basically impossible. th...

Another Tooltip question(positioning)

I implemented the Tooltip.Show(String, IWin32Window, Point, Int32) in "OnMouseMove", such that I could specify the position where tooltip is shown, the only problem I have with this method is that tooltip displays as the mouse is moving. I tried to use Tooltip.SetToolTip for which I could specify "AutomaticDelay" so that the tooltip wi...

Stop JQuery Tools Tooltip from appearing on undefined title values

<input id="name" name="user[name]" size="30" title="Please enter a valid name." type="text" /> <input id="email" name="user[email]" size="30" type="text" /> $(document).ready(function(){ $(':text').tooltip({ events: { input: 'mouseover, mouseout' }, opacity: 0.95, position: 'top center', effect: 'slide', ...

How to implement CSS on asp.net MenuControl's ToolTip

Hi, in my website I have a menucontrol, I want to implement CSS on Tooltip of MenuItem. If any one has any Idea. ...

Jquery Tooltip for displaying brief details

Can anyone suggest good jquery tooltip to show brief details for small part. i want to show 3-4 lines of details in tool tip. ...