Issue141

Title (wx26) EVT_SET_FOCUS sent on destroying a form with tabs
Priority bug Status external
Superseder Nosy List johannesV, reinhard
Assigned To johannesV Topics gnue-forms

Created on 2006-11-08.13:46:20 by johannesV, last changed 2006-11-08.22:09:15 by reinhard.

Messages
msg255 (view) Author: johannesV Date: 2006-11-08.13:50:45
If the second page of the notebook is shown an entry of the first page get's an
EVT_SET_FOCUS event.  At the time this event is being processed the main_window
is already destroyed.
msg254 (view) Author: johannesV Date: 2006-11-08.07:49:06
Subversion revision 9001
Modified:
   trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py
Log:
Don't segfault on closing a form with tabs showing not the first page

issue141 external

msg253 (view) Author: johannesV Date: 2006-11-08.13:46:20
wx-26: Closing a form with tabs generates a segmentation fault if not the first
page is shown.
History
Date User Action Args
2006-11-08 22:09:15reinhardsettitle: EVT_SET_FOCUS sent on destroying a form with tabs -> (wx26) EVT_SET_FOCUS sent on destroying a form with tabs
2006-11-08 13:50:45johannesVsetmessages: + msg255
2006-11-08 13:49:09johannesVsetstatus: chatting -> external
2006-11-08 13:49:09johannesVsetstatus: unread -> chatting
messages: + msg254
2006-11-08 13:46:20johannesVcreate