TQRChart constant flicker with version 7.07

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
CArends
Newbie
Newbie
Posts: 5
Joined: Wed Mar 17, 2004 5:00 am
Contact:

TQRChart constant flicker with version 7.07

Post by CArends » Tue Jun 13, 2006 1:57 am

I am having a problem with TeeChart 7.07 and TQRChart flicker. I have read other posts on this topic and cannot figure out how to solve this problem from the responses that I have read. The notes say it shouldn't happen, the administrators in this forum say it shouldn't happen, but it's happening for me in both BDS2006 and BCB6.

First, my license doesn't allow me access to the TeeChart source (I do have the TQRChart source though). This means that I do not have access to the TeeRecompile tool which one of the replies for a similar post referred to. So all compiling that goes on is done using the IDE.

I do not have duplicate .lib, .dcu, .obj, .dcp, .bpi, .bpl, or .pas files. When recompiling I have removed from the component palette, deleted all binary files, and performed a complete rebuild.

The flicker happens for me in the IDE and from an application in which I use QuickReport Design for design-time creation of reports. This application can be compiled with or without packages with the same flicker result. The reason I mention this is to emphasize that the problem is not due to duplicate BPL files since the standalone EXE doesn't make use of BPL files.

I have patched the problem by commenting out the contents of TQRDBChart.Invalidate. This causes the flicker to stop but I'm not sure this is the appropriate solution and I haven't fully tested it. For reference this is the code that I commented from TQRDBChart.Invalidate:

if AutoRepaint and Assigned(Parent) then
Parent.Invalidate;

I have TeeChart 7.07, and QuickReport 4.03.

Thank you for your time.

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 Jun 13, 2006 8:02 am

Hi CArends,

As said in this other message, the QrTee.pas version in the binary installers doesn't fix the issue. I have already sent you the QrTee.pas included in v7.07 sources which fixes the issue.
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

CArends
Newbie
Newbie
Posts: 5
Joined: Wed Mar 17, 2004 5:00 am
Contact:

Post by CArends » Tue Jun 13, 2006 8:26 pm

Thank you for the email and the new QrTee.pas file. By using this file the problem is fixed.

I had already read the forum thread you referred me to. There were no instructions in there (that I saw) on how to retrieve the correct QrTee.pas file other than to write a forum question or send a support email request. Perhaps Steema could put the file in the downloads area for people to download on their own.

Thanks again!

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

Post by Narcís » Wed Jun 14, 2006 8:49 am

You're welcome CArends,

You are right, for now there is now other way to obtain that QrTee.pas version. We are thinking about what to do on that field and also some other issues found in v7.07.
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

dg11
Newbie
Newbie
Posts: 4
Joined: Mon Apr 18, 2005 4:00 am
Contact:

TQRChart flicker

Post by dg11 » Thu Jul 13, 2006 9:01 am

I have the same problem.
I installed TeeChart7.07 and TQRChart flickers in design time and run-time.
I use BCB6. :(

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

Post by Narcís » Thu Jul 13, 2006 9:58 am

Hi dg11,

I've just sent you the qrtee.pas version with the fix to your forums profile e-mail address.
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

dg11
Newbie
Newbie
Posts: 4
Joined: Mon Apr 18, 2005 4:00 am
Contact:

Thanks for help

Post by dg11 » Fri Jul 14, 2006 3:01 am

Thank you for your fast reply.
I Solve the problem with "TeeChart7.07SourceCode".

1. Uninstall "TeeChart7.07Builder6" with Custom option.
2. Install "TeeChart7.07SourceCode"
3. Run "Steema TeeChart7.07Sourcecode\Recompile"

Then the problem didn't appear. :)

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

Post by Narcís » Fri Jul 14, 2006 7:20 am

Hi dg11,

Yes, the issue is already solved in the source code release. In fact, the qrtee.pas version I sent is the one in 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

Reis
Newbie
Newbie
Posts: 2
Joined: Thu Jul 13, 2006 12:00 am

TQR Chart flicker

Post by Reis » Fri Aug 04, 2006 5:53 am

I have the same problem.
I installed TeeChart7.07 and TQRChart flickers in design time and run-time.
I use BCB6. :cry:

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 07, 2006 3:35 pm

Hi Reis,

please let me know an email account where I can send to you the latest qrtee.pas file.

re
Newbie
Newbie
Posts: 9
Joined: Mon Mar 15, 2004 5:00 am
Location: Germany
Contact:

Post by re » Thu Aug 24, 2006 8:32 am

Hi Pep,

I have also the same problem with TeeChart7.07. I use BSB6 and TQRChart flickers in design time and run-time. I used TeeChart7.06 before (same problem).

Thanks for your assistance,
Ralf

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

Post by Narcís » Thu Aug 24, 2006 9:32 am

Hi Ralf,

I've just sent the working qrtee.pas version to your forums contact e-mail address.
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

re
Newbie
Newbie
Posts: 9
Joined: Mon Mar 15, 2004 5:00 am
Location: Germany
Contact:

Post by re » Thu Aug 24, 2006 12:09 pm

Hi Narcis,

it functions now perfectly! :)

Thank you,
Ralf

Alex Henderson
Newbie
Newbie
Posts: 4
Joined: Wed Apr 06, 2005 4:00 am

Please send the non-flicker version of qrtee.pas

Post by Alex Henderson » Sat Aug 26, 2006 3:26 pm

Hi,

I'm also in the same situation. Would you please send me the updated version of qrtee.pas to my forums contact e-mail address.

Thanks,
Alex

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 Aug 28, 2006 8:58 am

Hi Alex,

Done!
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