Application hangs

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Pavlo Savchyn
Newbie
Newbie
Posts: 6
Joined: Mon May 24, 2004 4:00 am
Contact:

Application hangs

Post by Pavlo Savchyn » Mon Dec 08, 2008 12:41 pm

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

Pavlo Savchyn
Newbie
Newbie
Posts: 6
Joined: Mon May 24, 2004 4:00 am
Contact:

Post by Pavlo Savchyn » Tue Dec 09, 2008 12:51 pm

Dear, Narcís.
Would you please help us to find out the reason and possible solution for that nasty problem?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Dec 09, 2008 1:00 pm

Dear Pavlo,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Dec 09, 2008 5:12 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply