Hi,
I have a solution with 1 main form, mainly showing a tabpanel with a bunch of subforms.
One of the forms on a tab has an onShow method attached, that basically just hides a couple of elements of this form.
When I start a client and open this solution and then click the tab with this form on it, I first see the entire form with all the elements and only after a half a second, the elements are hidden.
My understanding was that the onShow method was executed BEFORE the form is shown. (to use the onLoad method is not an option here).
Is this a bug, or is my assumption incorrect?
Paul
Servoy Client
Version R2 2.2.4-build 336
Java version 1.5.0_05-b05 (Windows XP)