[wxPython-users] Cannot close a dialog on Linux with wx.WS_EX_VALIDATE_RECURSIVELY

Robin Dunn robin at alldunn.com
Tue Feb 26 13:06:58 PST 2008


Tai Tran Tan wrote:
> Hi all,
> 
>  
> 
> I’m using Python 2.4.4 and wxPython 2.6.3.3.
> 
>  
> 
> On Red Hat Linux AS 4, every time I set the 
> wx.WS_EX_VALIDATE_RECURSIVELY window style to a dialog, I cannot close 
> the dialog with the (X) button at the top right (I don’t know exactly 
> how this button is called). I recognized that the EVT_CLOSE event of 
> dialog was not triggered.
> 

Do any of the widgets in the dialog have a validator that is failing?


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





More information about the wxpython-users mailing list