when using Hide() for wx.Dialog (Modal) it returns and being destroyed.
Is there anything similar to wx.Dialog that blocks input on other windows
but still can be hidden and restored normally without returning ? (something
between Modal and Modeless dialogs)
Is there any way to change wx.Dialog itself to work like this?
[I'm trying to hide the entire application as I said before, and to be able
to restore it exactly as it was before hiding it. by hiding all top-level
windows the application does hides itself completely, but since Dialogs get
destroyed on Hide() it is not possible to restore them.]