Series MouseDown event changed

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
BE
Newbie
Newbie
Posts: 41
Joined: Tue Nov 16, 2004 5:00 am

Series MouseDown event changed

Post by BE » Fri Jan 07, 2011 3:49 pm

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

Steve Maughan
Newbie
Newbie
Posts: 48
Joined: Tue Aug 03, 2010 12:00 am

Re: Series MouseDown event changed

Post by Steve Maughan » Sun Jan 09, 2011 7:42 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Series MouseDown event changed

Post by Narcís » Mon Jan 10, 2011 3:21 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply