Is there a way to stop the close icon appearing in a modal wxDialog?
It is essential that the user to enter the required data in the dialog and click okay.
I realise I could catch the window closing and stop it, but I would rather get rid of the icon altogether.
Cheers,
James Shaw
···
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
Is there a way to stop the close icon appearing in a modal wxDialog?
It is essential that the user to enter the required data in the dialog and
click okay.
I realise I could catch the window closing and stop it, but I would rather
get rid of the icon altogether.
Just don't use the default style flags. Perhaps style=wxCAPTION is what you
want?
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!