What's new in TeeChart 7.08

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

What's new in TeeChart 7.08

Post by lolo31 » Mon Jul 17, 2006 11:25 am

Hello,

In the customer download array, there's a 7.08 released for BDS2006 upd2. So, what's new ?

I use also TQRChart and there is a download called "TeeChart Source code for QuickReport v3 and v4"; should i use this instead of the one installed by the binary (or the full source code) ?

Regards.

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

Post by Narcís » Mon Jul 17, 2006 11:36 am

Hi lolo31,

v7.08 for BDS 2006 was released to fix a bug that made crashed the BDS help system when using TeeChart.

Regarding TQRChart, you'd better use the packages included with the binary or source code installers and follow the instructions at this article. Moreover, if you use the Recompile tool included with the source code installer it will compile and install TeeChart sources to your IDE and also recompile TQRChart packages with the QR version you have installed.
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

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Mon Jul 17, 2006 12:04 pm

Regarding TQRChart, I have comment this line in QrTee:

procedure TQRDBChart.Invalidate;
begin
if AutoRepaint and Assigned(Parent) then
// Parent.Invalidate;
end;

Without that, i have an access violation on it !

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

Post by Narcís » Mon Jul 17, 2006 12:06 pm

Hi lolo31,

Are you using the QrTee.pas version included with the source code installer?
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

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Mon Jul 17, 2006 12:51 pm

No, the one included with the binary installer (06/06)

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

Post by Narcís » Mon Jul 17, 2006 1:01 pm

Hi lolo31,

There was a problem with this file that was solved with the source code version. In v7.08 it should be fixed but seems it isn't. Could you please try if the source code version also produces this error?
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

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Mon Jul 17, 2006 1:23 pm

Yes, same error with the source code version.
But it works if i comment the line.
So, it's probably due to my apllication (I have created a new component herited from TQRChart)

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

Post by Narcís » Mon Jul 17, 2006 1:25 pm

Hi lolo31,

Yes, it could probably as the issue I told you has been proved fixed as you can see in those forums threads:

http://www.teechart.net/support/viewtop ... =qrtee+pas
http://www.teechart.net/support/viewtop ... =qrtee+pas
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