This is a migrated thread and some comments may be shown as answers.

Second pop-up improperly formatted

1 Answer 20 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Samuel
Top achievements
Rank 1
Samuel asked on 23 Feb 2009, 09:58 PM
I have a RadToolTip attached to an image roll-over. Here are the properties on the tool tip:

 
legendTip.Controls.Add(legendTable); 
legendTip.TargetControlID = dateLabelTable.ID; 
legendTip.IsClientID = false
legendTip.Animation = ToolTipAnimation.None; 
legendTip.RelativeTo = ToolTipRelativeDisplay.Element; 
legendTip.HideDelay = 20000; 
legendTip.Sticky = true
legendTip.Position = ToolTipPosition.TopRight; 
legendTip.Skin = "Web20"; 
legendTip.EnableEmbeddedSkins = true; 

The contents of the tool tip is a single Table control.

When we pop up the tooltip the first time, it looks like this:  Good Image

When we pop up the tooltip a subsequent time, it looks like this: Bad Image

Can you help me figure out why we are getting this behavior?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 26 Feb 2009, 02:32 PM
Hello Samuel,

I assume that most probably the problem comes from the fact that you have not set sizes to the tooltip. Please set size and test again.

If you need further assistance, please open a new support ticket and attach a sample reproduction demo along with detailed explanations. Once I am able to analyze the exact setup locally, I will do my best to help.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Samuel
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or