Dataverde Member Licensed User Longtime User Jan 17, 2013 #1 Hey there, how can i hide my layout on the device until the desiner script does its job? At the moment the screen flashes with the not optimised layout (with my debug texts in labels) before the script optimised and datafilled layout shows up. Thanks for your time, Lennart
Hey there, how can i hide my layout on the device until the desiner script does its job? At the moment the screen flashes with the not optimised layout (with my debug texts in labels) before the script optimised and datafilled layout shows up. Thanks for your time, Lennart
Erel B4X founder Staff member Licensed User Longtime User Jan 17, 2013 #2 You can put all the layout on a panel with visibility set to False. The last line in the designer should change its visibility to True. Upvote 0
You can put all the layout on a panel with visibility set to False. The last line in the designer should change its visibility to True.