Mark Tip Tool Crashes VB6
Posted: Sun Oct 09, 2005 12:10 am
Hi,
Is this another possible bug????? Need urgent help.
I am using TeeChart AX7 v. 7.0.0.5.
I have two series line and point, I add the marktip tool to both series, then
I have the following code:
Private Sub TChart1_OnMarkTipToolGetText(ByVal Tool As Long, Text As String)
If Tool = 1 Then
Text = "Subgroup No 1"
Else
Text = "Subgroup No 2"
End If
End Sub
I see the tips when I move the mouse over the points, but when I move the mouse out of the chart area on to the form it chrashes VB6 totally. I get the following error message:
"Runtime Error 216 at 0462380E".
When I use the earlier version TeeChart AX6 (v. 6.0.0.5) it works fine, except the tool tip boxes "ghost" on the chart area.
Does anyone have an answer/solution to this problem?
I upgraded to TeeChart AX7 because of the "ghosting" problem - now I have this problem.
Thanks,
Tom.k
Is this another possible bug????? Need urgent help.
I am using TeeChart AX7 v. 7.0.0.5.
I have two series line and point, I add the marktip tool to both series, then
I have the following code:
Private Sub TChart1_OnMarkTipToolGetText(ByVal Tool As Long, Text As String)
If Tool = 1 Then
Text = "Subgroup No 1"
Else
Text = "Subgroup No 2"
End If
End Sub
I see the tips when I move the mouse over the points, but when I move the mouse out of the chart area on to the form it chrashes VB6 totally. I get the following error message:
"Runtime Error 216 at 0462380E".
When I use the earlier version TeeChart AX6 (v. 6.0.0.5) it works fine, except the tool tip boxes "ghost" on the chart area.
Does anyone have an answer/solution to this problem?
I upgraded to TeeChart AX7 because of the "ghosting" problem - now I have this problem.
Thanks,
Tom.k