[wxPython] wxDialog not displaying controls

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

Any thoughts??

Thanks,
LT.

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

Create a small but complete sample that shows the problem and sent it.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!