VRShiva 1 Posted January 8, 2013 Hi all, I have a dialog that has several control's. A couple of these controls are not supposed to be shown when loading/creating the dialog, I want to set these to visible when they are needed. Is there a way to hide a control by default so that it does not show up until one uses ctrlShow for example? I can think of a few ways around the problem, preloading the dialog or creating new layers that I activate but I can't imagine there isn't a cleaner way of doing this. Cheers Shiva. Share this post Link to post Share on other sites
smookie 11 Posted January 9, 2013 Use onLoad parameter in dialog config to ctrlShow false unnecessary elements. Share this post Link to post Share on other sites
VRShiva 1 Posted January 13, 2013 Alright, thanks for the reply :) Share this post Link to post Share on other sites