I am attempting to create a modeless wxDialog with NULL parent, and display
a few controls. The controls don't appear after the Show() command, however
they do appear if I modify them - such as setting the gauge value. Another
strange thing is that they all appear if I cause an exception on the dialog
after the Show() command