Re: [PythonCE] wxPython, handling close events

2007-02-26 Thread Matt S.
unning. You may be able to capture the event as WM_SHOWWINDOW. As with any Python program on the PC, your script is not a process but is just a text file that is interpreted by the python.exe process. Luke - Original Message - *From:* Matt S. <[EMAIL PROTECTED]> *To:* pythonce@p

Re: [PythonCE] wxPython, handling close events

2007-02-23 Thread Matt S.
- *From:* Matt S. <[EMAIL PROTECTED]> *To:* pythonce@python.org *Sent:* Thursday, February 22, 2007 2:12 PM *Subject:* [PythonCE] wxPython, handling close events I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or

Re: [PythonCE] wxPython, handling close events

2007-02-23 Thread Luke Dunstan
rg Sent: Thursday, February 22, 2007 2:12 PM Subject: [PythonCE] wxPython, handling close events I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or any button within the frame. My trouble arises on the PPC

Re: [PythonCE] wxPython, handling close events

2007-02-22 Thread Matt S.
bject: [PythonCE] wxPython, handling close events I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or any button within the frame. My trouble arises on the PPC because the frame widgets (esp. close button) seem to not be ass

[PythonCE] wxPython, handling close events

2007-02-22 Thread Matt S.
I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or any button within the frame. My trouble arises on the PPC because the frame widgets (esp. close button) seem to not be associated with wx as much as the system and do