Hi,
I have a wxpython app (wxApp) that creates on some occasions another frame.
My question is:
how can I make sure that when I iconify the main window (app), it doesn't
iconify all other windows (current behavior)?
Hi,
I have a wxpython app (wxApp) that creates on some occasions another frame.
My question is:
how can I make sure that when I iconify the main window (app), it doesn't
iconify all other windows (current behavior)?
I have a wxpython app (wxApp) that creates on some occasions another
frame.
My question is:
how can I make sure that when I iconify the main window (app), it doesn't
iconify all other windows (current behavior)?
Use None for the parent of your other frames.
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!