Search found 3 matches

by DMSTL
Tue Jul 08, 2008 8:26 am
Forum: ActiveX
Topic: Tool tips do not work in IE7
Replies: 5
Views: 6386

Annotation width

Please could you give me an example of how to do that? With my annotation the width is always (nearly) the same as the left position of the shape but negative. e.g. TChart1.Tools.Items(annotationToolIndex).asAnnotation.Shape.Left = 181 TChart1.Tools.Items(annotationToolIndex).asAnnotation.Width = -1...
by DMSTL
Mon Jul 07, 2008 3:34 pm
Forum: ActiveX
Topic: Tool tips do not work in IE7
Replies: 5
Views: 6386

IE7 Tooltip

Thanks, I had to change: TChart1.Tools.Items(0).asAnnotation.Left = X TChart1.Tools.Items(0).asAnnotation.Top = Y to: TChart1.Tools.Items(0).asAnnotation.Shape.Left = X TChart1.Tools.Items(0).asAnnotation.Shape.Top = Y to get it to work as it was throwing an error. The problem I have now is that the...
by DMSTL
Mon Jul 07, 2008 1:40 pm
Forum: ActiveX
Topic: Tool tips do not work in IE7
Replies: 5
Views: 6386

Tool tips do not work in IE7

I have been unable to get tooltips working in IE7 (using .Tools.Add tcMarksTip), whereas they work fine in IE6.
Are there any known issues/workarounds for this?