| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 29, 2003 8:36 am Post subject: Faster dialog drawing |
|
|
What I would like to see in a future update of vds is.....
That it would be able to draw dialog elements (DIALOG ADD,...) much more quicker. When I have a program that draws let's say 30 dialog elements, the dialog flashes and you can see that the elements are drawed not at one time.
Or is this problem just because I'm running the script from IDE ?
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Sep 29, 2003 9:05 am Post subject: |
|
|
It's a problem because you are drawing the elements on a dialog that is already showing. What I often do with tabbed dialogs is I hide the tab before removing and adding elements, and then show it. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
|