3.15 / P003: save panels dynamically

Discussion about recent product features & solutions!
12 posts • Page 2 of 2
fmulder
Posts:330
Joined: Wed Feb 03, 2010 9:46 am

Re: 3.15 / P003: save panels dynamically

Post by fmulder »

Let me give you some more tips:

* Make sure that your reference only has one dpConnect(). One big dpConnect() is much faster then N smaller ones
* Avoid any dpGet()'s in your callback (the data you look for should be part of the callback)
* The getShape() tip by Leo can make a big difference
* if loading your screen takes too long... then why load it. Is it possible for you to preload the screen and just show/hide it ?

Share the fun

Frenk Mulder

amichon
Posts:93
Joined: Sat May 17, 2014 3:49 pm

Re: 3.15 / P003: save panels dynamically

Post by amichon »

Let me give you some more tips:

* Make sure that your reference only has one dpConnect(). One big dpConnect() is much faster then N smaller ones
>>>> YES OF COURSE, IT'S ALREADY THE CASE

* Avoid any dpGet()'s in your callback (the data you look for should be part of the callback)
>>>> YES OF COURSE, IT'S ALREADY THE CASE

* The getShape() tip by Leo can make a big difference
>>>> THANKS I TEST WITH THIS TIP

* if loading your screen takes too long... then why load it. Is it possible for you to preload the screen and just show/hide it ?
>>>> YES, IT'S ALREADY THE CASE, I HAVE TESTED A VERTICAL LAYOUT CONTAINING MANY EMBEDDED MODULES AND I SWITCH VISIBILITIES OF E.M.

Share the fun

Frenk Mulder
Thanks for these tips !

Aurélien

12 posts • Page 2 of 2