About BufferedDisplay property

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

About BufferedDisplay property

Post by elmec » Tue Nov 12, 2013 6:19 am

When I set the BufferedDisplay property as true,
Why the wave wasn't drawed clearly?
Please find the attachment.
Attachments
BufferedDisplay.png
BufferedDisplay.png (38.36 KiB) Viewed 12786 times

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

Re: About BufferedDisplay property

Post by Narcís » Tue Nov 12, 2013 11:23 am

Hello,

That's not what we would expect. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

Thanks in advance.
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

elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

Re: About BufferedDisplay property

Post by elmec » Tue Nov 12, 2013 1:59 pm

Reproduce steps:
1. Maximum the window size.
2. Check the "DoubleDisplay" checkbox.
Attachments
BufferDisplay.zip
(75.92 KiB) Downloaded 518 times

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

Re: About BufferedDisplay property

Post by Narcís » Tue Nov 12, 2013 2:30 pm

Hi elmec,

This looks like a Firemonkey for C++ Builder bug as I can not reproduce it with a Delphi HD Firemonkey application, which I attach. Could you please add it to bugzilla? Doing so you'll be identified as the creator of the issue and therefore notified about its evolution.

Thanks in advance.
Attachments
BufferedDisplayDelphi.zip
(3.76 KiB) Downloaded 520 times
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

elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

Re: About BufferedDisplay property

Post by elmec » Wed Nov 13, 2013 1:05 am

I have added it to Bugzilla.
Bug 96 has been added to the databaseEmail sent to:...

elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

Re: About BufferedDisplay property

Post by elmec » Wed Nov 13, 2013 2:28 am

Hello Narcís ,
If you have any temporary idea that can solve the problem,
please let us know.

We are going to release our software...

Thanks in advance.

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

Re: About BufferedDisplay property

Post by Narcís » Wed Nov 13, 2013 7:52 am

elmec wrote:I have added it to Bugzilla.
Excellent, thanks. Please don't post the email addresses though.
elmec wrote:
elmec wrote:If you have any temporary idea that can solve the problem,
please let us know.
Not that I can think of for now. The only alternative would be setting BufferedDisplay to false.
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:

Re: About BufferedDisplay property

Post by Narcís » Wed Nov 13, 2013 8:15 am

Hi elmec,

BTW, this is only a Firemonkey problem, it works fine in VCL. So you could create VCL applications instead.
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

elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

Re: About BufferedDisplay property

Post by elmec » Wed Nov 13, 2013 10:07 am

Hello Narcís ,
Thanks for your advice.
But it's impossible for us to change to VCL,
for we'll go to release our software this end of month...

IF you get to know anything that could help us, please let us know.

Thank you in advance.

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

Re: About BufferedDisplay property

Post by Narcís » Thu Nov 14, 2013 8:09 am

Hi elmec,

Did you receive David Berneda's comments about this issue? He suggests a solution in comment 2.
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

elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

Re: About BufferedDisplay property

Post by elmec » Thu Nov 14, 2013 12:01 pm

He suggests us to change TScaledLayout to TLayout..which we tried before.

But as a known TScrollPage tool bug, when it is resized,
it needs to remove series of TScrollPage tool, and assign series to it again.
We are afraid that it will slows down the speed by repainting again and again
whenever the form is resized, so we are using the TScaledLayout instead of TLayout
to contain TChart to avoid it resized every time.

Post Reply