Quick Tip: Finding Out Exactly What Happens to a GUI Component during Form Creation
Every so often I manage to do something really silly in the GUI builder, which causes unexpected behaviour (and exceptions) when the form is actually executed. And today I realised again that it is indeed sometimes important which step you choose to associate a piece of code with. For example, accidentally trying to set a … Read more