ofTheo / ofxControlPanel

A flexible control panel based gui addon for openFrameworks
93 stars 46 forks source link

initial event load #6

Open vanderlin opened 14 years ago

vanderlin commented 14 years ago

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();