When you first set up the gui I think that all object should get called. The problem is if you are setting all your values in the event call - then initially nothing is set.
You could just set it in the setup function but it would be nice if there were something like gui.notifyAllEvents();
When you first set up the gui I think that all object should get called. The problem is if you are setting all your values in the event call - then initially nothing is set.
You could just set it in the setup function but it would be nice if there were something like gui.notifyAllEvents();