it's seems that EVT_CLOSE is not generated for modal dialogs
(wx.Dialog && showModal(). In other words I am able to close dialog by
clicking to the dialog buttons but not with 'X' in the window title.
Usually this happens when OnClose handler drops the event without processing.
HTH
Niki
···
On 10.02.2016 21:07, Martin Landa wrote:
Hi,
it's seems that EVT_CLOSE is not generated for modal dialogs
(wx.Dialog && showModal(). In other words I am able to close dialog by
clicking to the dialog buttons but not with 'X' in the window title.