EOutofResource when zooming tchart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Herman
Newbie
Newbie
Posts: 56
Joined: Tue Dec 07, 2004 5:00 am

Post by Herman » Thu Apr 21, 2005 1:12 am

It's still not working.

So, is it absolutely necessary to zoom/update 30 charts?
not all, visible area only.

My graphic card is:
NVIDIA RIVA TNT2 Model64

Herman
Newbie
Newbie
Posts: 56
Joined: Tue Dec 07, 2004 5:00 am

Post by Herman » Thu Apr 21, 2005 10:10 am

The application i'm developing is like this:
In my application, user can add number of frames.
There is a zoom function that will zoom all the object (included tchart object) located in my project area.


Thank you

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Apr 21, 2005 2:42 pm

Hi, Herman.

I'll do some more testing with QA4 to see if there are any resource leaks. Perhaps it turns out this is a BCB bug, .... I'll post my results in this thread.
Marjan Slatinek,
http://www.steema.com

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri Apr 22, 2005 8:15 am

Hi.

I profiled the application with QATime 4 and it reported zero memory and zero resource leaks. The only thing I noticed is application created over 843 Pen, 693 DC, 160 Bitmap, 130 Brush and 84 Window classes. On my machine this doesn't cause any problems, but on some machines it might (resource limits). I'd try freeing up additional resources, of course, if possible.
Marjan Slatinek,
http://www.steema.com

Post Reply