[wxPython-users] wx.Dialog and Hide()
Robin Dunn
robin at alldunn.com
Sat Jul 1 11:43:03 PDT 2006
roee88 shlomo wrote:
> win32, latest wxPython.
>
> If TRUE, the dialog box is shown and brought to the front;
> otherwise the box is hidden. *_If FALSE and the dialog is
> modal, control is returned to the calling program._*
There is a big difference between "control returning to the program",
and the dialog being destroyed. All it does in addition to hiding the
window is cause ShowModal to return.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list