Speed Problems with Several Controls
Speed Problems with Several Controls
Hi Sergey,
Is there anyway to speed up the loading process or even the scrolling the RVE when there several controls embedded on it.
The editor contains at least 50 controls (TEdit, TCheckbox and TButton). I tried putting a progress bar during the opening process of the file (just to make it appear that it is loading fast) but I think drawing/repaint of the RVE is done on a separate thread and my progressbar finishes long way before the file is completely loaded on the RVE.
Kind regards,
Joel
Is there anyway to speed up the loading process or even the scrolling the RVE when there several controls embedded on it.
The editor contains at least 50 controls (TEdit, TCheckbox and TButton). I tried putting a progress bar during the opening process of the file (just to make it appear that it is loading fast) but I think drawing/repaint of the RVE is done on a separate thread and my progressbar finishes long way before the file is completely loaded on the RVE.
Kind regards,
Joel
Joel,
Can you send me a test-project? I'll try to find any speed issues and address them to Sergey, when they prove to come from code in TRichView.
I can be reached via MSN on rschoenaker@hotmail.com
Can you send me a test-project? I'll try to find any speed issues and address them to Sergey, when they prove to come from code in TRichView.
I can be reached via MSN on rschoenaker@hotmail.com
Speed Problems with Several Controls
Hi Rob,
Thanks for your reply. I will a make a small application to duplicate this problem.
Thanks,
Joel
Thanks for your reply. I will a make a small application to duplicate this problem.
Thanks,
Joel
Speed Problems with Several Controls
Hi Rob,
Sent you the RVF file which can be open in one of the Editor Demos.
Hope you will find anything unusual.
Kind regards,
Joel
Sent you the RVF file which can be open in one of the Editor Demos.
Hope you will find anything unusual.
Kind regards,
Joel
Speed Problems with Several Controls
Sorry, the email was still in my Outbox... should be in your mail box by the time read this
Joel,
I found a speed issue that occurs when many controls are embedded into the RichView. I sent my suggestion to Sergey. He can evaluate and decide to incorporate it into the next version.
If I do not get positive feedback from Sergey about this, I will send you the changes necessary to speed this up in your source instead.
I will send you a test program to you to show the difference in speed.
I found a speed issue that occurs when many controls are embedded into the RichView. I sent my suggestion to Sergey. He can evaluate and decide to incorporate it into the next version.
If I do not get positive feedback from Sergey about this, I will send you the changes necessary to speed this up in your source instead.
I will send you a test program to you to show the difference in speed.
Can do, but I prefer to await with disclosing the source code until I hget Sergey's stance on the changes I proposed.sesilla wrote:Can you share your demo for us?
Thanks
Sesilla
The compiled demo can be found here: http://www.xs4all.nl/~robciel/Project1.zip
Note: there is still room for improvements, but this requires some deeper changes.