Jump to content

IDE very slow on forms with 20-30 UniDBText component in Delphi 10.3 - 11


Stemon63

Recommended Posts

Hi, 
I have noted that  IDE very slow with 20-30 UniDBText component in Delphi 10.3 - 11;
If i use only UniDbedit works well, but if I use UniDbText the form is very very slow ad design time when move components. It refresh continuosly.
I have forms that display 40-50 DBtexts (invoices, etc..)
Anyone else having the same problem?
Thanks

Link to comment
Share on other sites

6 minutes ago, Stemon63 said:

Hi, 
I have noted that  IDE very slow with 20-30 UniDBText component in Delphi 10.3 - 11;
If i use only UniDbedit works well, but if I use UniDbText the form is very very slow ad design time when move components. It refresh continuosly.
I have forms that display 40-50 DBtexts (invoices, etc..)
Anyone else having the same problem?
Thanks

Hi, I have the same problem but with dynamic component creation. I have 100 different components in one form, Grids, Edit (not DBEdit), Panels, Label, GroupBoxes. Scrollboxes.

The time to create all the components is about 1-1.5 seconds, but the visualization of the form itself takes 3-5 seconds.

I achieve this speed with the use of Ext.SuspendLayout and ResumeLayout (true)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...