TeeChart with ColorGrid series crashes when mouse is moved

TeeChart for ActiveX, COM and ASP
Post Reply
Tero
Newbie
Newbie
Posts: 3
Joined: Tue Mar 17, 2015 12:00 am

TeeChart with ColorGrid series crashes when mouse is moved

Post by Tero » Thu Feb 25, 2016 7:28 am

Latest TeeChart2015.ocx: crash, latest TeeChart2014.ocx: works fine. Example program with source code and .tee file included which can be used to reproduce and debug the problem.
Attachments
ColorGridGraph.zip
.tee file. Copy this file to the .exe folder.
(491.96 KiB) Downloaded 898 times
TeeTest.zip
Source code to reproduce the crash. Loads .tee file.
(88.11 KiB) Downloaded 860 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart with ColorGrid series crashes when mouse is moved

Post by Yeray » Fri Feb 26, 2016 12:57 pm

Hello,

We could reproduce the problem here with your .tee file. Thanks for reporting it.
While we investigate the root of the problem, we've seen disabling the mouse events at least stops this error:

Code: Select all

m_pChart1->SetEnabled(false);
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Tero
Newbie
Newbie
Posts: 3
Joined: Tue Mar 17, 2015 12:00 am

Re: TeeChart with ColorGrid series crashes when mouse is moved

Post by Tero » Tue Mar 01, 2016 7:10 am

Unfortunately disabling chart is not an option as we use mouse notifications from chart in our implementation.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart with ColorGrid series crashes when mouse is moved

Post by Yeray » Fri Mar 04, 2016 12:48 pm

Hello,

We could reproduce the problem also in VCL thanks to your tee file so I added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1456

Feel free to add your mail to the CC list to be automatically notified when an update arrives.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply