0
votes
1answer
207 views
Show jScrollPane in Qtip
I use Jscrollpane for my new project. which works great on the page.
The page works fine but when it is called inside the qtip, the customized
bar disappears.
See the customized …
4
votes
3answers
767 views
Best way to implement tooltips for JTree?
Hi,
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: (Ans …
0
votes
1answer
44 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 …
0
votes
2answers
900 views
Tooltip for each items in a combo box
Hi
I just want to add a tooltip for each item in a combo box. i am using c#.net windows application.
There is no option like
combobox.items[1].tooltip();
Is there any way to a …
0
votes
1answer
191 views
cannot load custom tooltips in silverlight
Hi,,
I have created a custoom tooltip for a lineseries chart. however my problem is that this custom tooltip is never loaded..(I still get the default tooltip i.e. X-value) …
2
votes
1answer
146 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 lpC …
0
votes
2answers
84 views
Re-Centering JQuery Tooltips when resizing the window
I have written a function that positions a tooltip just above a textbox.
The function takes two arguments:
textBoxId - The ID of the textbox above which the tooltip will appea …
0
votes
2answers
512 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 ed …
2
votes
3answers
242 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?
1
vote
4answers
624 views
Improving a tooltip code
Hi everyone,
I'm trying to build a hoverable Jquery tooltip.
This tooltip should appear when I hover over some element, and stay
put if I choose to hover over the tooltip itself t …
0
votes
2answers
114 views
Tooltips won’t show second time form is created.
I have a dialog box with controls that is popped up and when a control is moused over the controls a tooltip is displayed. However, if I close the box then re-display it no tooltip …
0
votes
0answers
130 views
Using RadToolTip with RadComboBox without using ItemTempalte
Is there a way to connect a RadToolTip to each item within a RadComboBox (having a different tool tip come up for each item in the combo box) without having to use the ItemTemplate …
0
votes
1answer
119 views
Tooltips are possible in dropdowns in IE6?
Hi,
Am using a dropdown control in my web application. I want tooltips to be displayed as i scroll down the list in the dropdown, and the tooltips should be the text that the focu …
0
votes
4answers
105 views
NullReferenceException with ToolTip.CreateHandle
We sporadically get errors when we try to update a tool tip, like this
ToolTip.SetToolTip(myLabel, customDataStructure)
The error we get is a NullReferenceException: Object refe …
0
votes
4answers
166 views
Is there a way to have the title attribute of an html element to display for a longer time?
Without using tooltip plugins or such, is there a way to extend the duration of time that the title attribute of an html element will display for?
thanks!
