OnClickPointer and OnClickSeries problems in v 2010...
Posted: Tue Aug 03, 2010 12:41 pm
I'm having problems with OnClickPointer. They may be the same issues as reported here (TV52014945) but since I'm only assigning OnMouseMove, OnMouseUp and OnClickSeries I thought I'd report them.
Take a look at the attached demo. In *all* of my apps I enable the user to click and drag the charts to adjust data. Needless to say this behavior is broken with the upgrade to VCL 2010. I guess I can cope with the new event but I think there are bugs as well. Compile and run the attached demo. Move the cursor close to the series and you will see OnClickPointer is fired even though the mouse does not click on the pointer. Click to release the dragging.
Now move the mouse over the connecting line of one of the series, click and drag it. Another point will move!! I can understand that the ValueIndex now return the index of the line but this still doesn't make sense.
I really hope this can fixed soon. As it is I may need to revert back to version 8 (which I don't want to) until these bugs are sorted out.
best regards,
Steve Maughan
P.S. A quick source code fix would be appreciated
Take a look at the attached demo. In *all* of my apps I enable the user to click and drag the charts to adjust data. Needless to say this behavior is broken with the upgrade to VCL 2010. I guess I can cope with the new event but I think there are bugs as well. Compile and run the attached demo. Move the cursor close to the series and you will see OnClickPointer is fired even though the mouse does not click on the pointer. Click to release the dragging.
Now move the mouse over the connecting line of one of the series, click and drag it. Another point will move!! I can understand that the ValueIndex now return the index of the line but this still doesn't make sense.
I really hope this can fixed soon. As it is I may need to revert back to version 8 (which I don't want to) until these bugs are sorted out.
best regards,
Steve Maughan
P.S. A quick source code fix would be appreciated