Since the type property for picker objects are not exposed in the GUI Builder, what's the proper way to set the type via code for a picker object placed using the GUI Builder?
I've tried doing so in various form event methods (primarily initVars, onCreateMain and beforeMain), with no luck. this.findPicker() returns null in those situations (this is not unique to picker, this.findAnything fails in those same methods).