About BufferedDisplay property
About BufferedDisplay property
When I set the BufferedDisplay property as true,
Why the wave wasn't drawed clearly?
Please find the attachment.
Why the wave wasn't drawed clearly?
Please find the attachment.
- Attachments
-
- BufferedDisplay.png (38.36 KiB) Viewed 12914 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About BufferedDisplay property
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.
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 |
Instructions - How to post in this forum |
Re: About BufferedDisplay property
Reproduce steps:
1. Maximum the window size.
2. Check the "DoubleDisplay" checkbox.
1. Maximum the window size.
2. Check the "DoubleDisplay" checkbox.
- Attachments
-
- BufferDisplay.zip
- (75.92 KiB) Downloaded 526 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About BufferedDisplay property
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.
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 525 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 |
Instructions - How to post in this forum |
Re: About BufferedDisplay property
I have added it to Bugzilla.
Bug 96 has been added to the databaseEmail sent to:...
Re: About BufferedDisplay property
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.
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About BufferedDisplay property
Excellent, thanks. Please don't post the email addresses though.elmec wrote:I have added it to Bugzilla.
Not that I can think of for now. The only alternative would be setting BufferedDisplay to false.elmec wrote:elmec wrote:If you have any temporary idea that can solve the problem,
please let us know.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About BufferedDisplay property
Hi elmec,
BTW, this is only a Firemonkey problem, it works fine in VCL. So you could create VCL applications instead.
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 |
Instructions - How to post in this forum |
Re: About BufferedDisplay property
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.
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About BufferedDisplay property
Hi elmec,
Did you receive David Berneda's comments about this issue? He suggests a solution in comment 2.
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 |
Instructions - How to post in this forum |
Re: About BufferedDisplay property
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.
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.