ShowEditor and StopMouse Problem
Posted: Tue Jun 15, 2004 4:28 pm
I recently upgraded from my ActiveX TChart v4 to V5, as part of the .NET package. Developing in VB6.
With the V4 chart, I had a double-click event that showed the editor. Followed by a StopMouse. Worked fine with V4. With V5, the stopmouse function is not "stopping the mouse".
Example:
Private Sub TChart_OnDblClick(Index As Integer)
Me.TChart(Index).ShowEditor (-1)
Me.TChart(Index).StopMouse
End Sub
Is there a different way that I have to do this with the V5 control? Or is it broke?
Jeff
With the V4 chart, I had a double-click event that showed the editor. Followed by a StopMouse. Worked fine with V4. With V5, the stopmouse function is not "stopping the mouse".
Example:
Private Sub TChart_OnDblClick(Index As Integer)
Me.TChart(Index).ShowEditor (-1)
Me.TChart(Index).StopMouse
End Sub
Is there a different way that I have to do this with the V5 control? Or is it broke?
Jeff