Robin, that is much too simple.
Forest, trees, ughh.
jw
路路路
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Tuesday, July 15, 2003 10:54 AM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Managing two framesMike Wagman wrote:
I need to input three lines of text, with two bing
passwords that are
***'d over (which that I can do now).
"If you have to use a wxFrame, you'll have to define a new event and
post it back to the app and handle it from the event handler"Ok how do I do that.
Catch the EVT_CLOSE of the first frame and from the handler
create and
Show() the second frame and then Destroy() the first one.