TeeChart with ColorGrid series crashes when mouse is moved
TeeChart with ColorGrid series crashes when mouse is moved
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 1081 times
-
- TeeTest.zip
- Source code to reproduce the crash. Loads .tee file.
- (88.11 KiB) Downloaded 1009 times
Re: TeeChart with ColorGrid series crashes when mouse is moved
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:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart with ColorGrid series crashes when mouse is moved
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |