Page 1 of 1

OnCursorToolChange not called when changing cursor position

Posted: Tue Mar 02, 2004 9:59 am
by 8120354
The event OnCursorToolChange is called when the user is changing the cursor tool position, but not when the position is changed programmatically.

Is there a way to invoke this event when changing the position of the cursor tool programmatically ? I need to retrieve the nearest point index of the cursor tool.

Thanks for help

Posted: Wed Mar 03, 2004 4:16 pm
by 8120354
I'm working with Tee Chart Active X V5

Posted: Wed Mar 03, 2004 5:57 pm
by Pep
Hi nico,

yes, you're correct, it's a bug. It has been added on our defect list and a fix for it will be considered to inclusion for the next maintenance releases.
>Is there a way to invoke this event when changing the position of the >cursor tool
The only way I can think of is to create your custom Sub and call it after the X or YValue of the CursorTool has changed.