Hi,
I upgraded to TChart 2010. Compiled my project and now getting the error msg on all my Series->MouseDown routines.
Apparently the TSeries->MouseDown has been changed
from
MouseDown)TObject * Sender, TMouseButton Butto, ...
To
MouseDown(int ValueIndex, bool AtPointer ...
What's behind the change and where can I find the ref to this change so I can adopt to the change?
Thanks
-Bill
Series MouseDown event changed
-
- Newbie
- Posts: 48
- Joined: Tue Aug 03, 2010 12:00 am
Re: Series MouseDown event changed
Hi Bill,
I had similar problems as I use OnClickSeries. The good news is that it din't take too long to accommodate the new routines.
It would seem there were quite a few breaking changes in TChart 2010 to do with clicking points and lines. I'd suggest for such a mature product any breaking changes are highlighted before people upgrade and workaround for the breaks should ideally be provided.
Cheers,
Steve
I had similar problems as I use OnClickSeries. The good news is that it din't take too long to accommodate the new routines.
It would seem there were quite a few breaking changes in TChart 2010 to do with clicking points and lines. I'd suggest for such a mature product any breaking changes are highlighted before people upgrade and workaround for the breaks should ideally be provided.
Cheers,
Steve
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Series MouseDown event changed
Hi Steve,
Thanks for your feedback. I agreed with you, such changes should be documented. We will try to do so when similar cases occur in the future.
Thanks for your feedback. I agreed with you, such changes should be documented. We will try to do so when similar cases occur in the future.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |