Page 1 of 1

Application hangs

Posted: Mon Dec 08, 2008 12:41 pm
by 9232598
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...

Posted: Tue Dec 09, 2008 12:51 pm
by 9232598
Dear, NarcĂ­s.
Would you please help us to find out the reason and possible solution for that nasty problem?

Posted: Tue Dec 09, 2008 1:00 pm
by narcis
Dear Pavlo,

Yes, we could reproduce the issue here and need some time to investigate it. Will get back to you ASAP.

Posted: Tue Dec 09, 2008 5:12 pm
by narcis
Dear Pavlo,

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;
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.