Page 1 of 1

TeeChart with ColorGrid series crashes when mouse is moved

Posted: Thu Feb 25, 2016 7:28 am
by 16673308
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.

Re: TeeChart with ColorGrid series crashes when mouse is moved

Posted: Fri Feb 26, 2016 12:57 pm
by yeray
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);

Re: TeeChart with ColorGrid series crashes when mouse is moved

Posted: Tue Mar 01, 2016 7:10 am
by 16673308
Unfortunately disabling chart is not an option as we use mouse notifications from chart in our implementation.

Re: TeeChart with ColorGrid series crashes when mouse is moved

Posted: Fri Mar 04, 2016 12:48 pm
by yeray
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.