Hello.
During using TeeChart7 we have observed strange behavior of the component. Application is hanging up on some particular values in the series. We have made simple test application where this bug is stably reproduced.
http://rapidshare.com/files/171411817/T ... t.zip.html
Does anybody could help us? Please...
Application hangs
-
- Newbie
- Posts: 6
- Joined: Mon May 24, 2004 4:00 am
- Contact:
-
- Newbie
- Posts: 6
- Joined: Mon May 24, 2004 4:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Dear Pavlo,
Yes, we could reproduce the issue here and need some time to investigate it. Will get back to you ASAP.
Yes, we could reproduce the issue here and need some time to investigate it. Will get back to you ASAP.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Dear Pavlo,
Finally we found what the problem is in your application. Adding line below on top of Unit2 constructor solves the problem.
Using the chart editor you set it to 2. I've also added the bug to the defect list (TV52013638) to be investigated for next releases.
Finally we found what the problem is in your application. Adding line below on top of Unit2 constructor solves the problem.
Code: Select all
serWarning->LinePen->Width = 1;
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 |