BusyApp Reset Controls

I’ve gone through each item step by step and reset it to it’s original state or value. It took me 10 lines of code.

In case I’ve missed something, is there a shortcut to reset everything in just one line?

Thanks

Frank

I had my reset method call the same control initialization method I called from windowDidLoad. Does that count as a one line reset? :wink:

Haha yes it does thanks.

And thanks for drawing my attention to the fact that I didn’t use the windowDidLoad method :laughing: