Closing a child window problem
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 18, 2001
- 432 views
------=_NextPart_000_0045_01C0AFFC.19B22AA0 charset="iso-8859-1" Hi, I tracked down the problem with closing the Search and About windows. The user can't close these because they were never opened! You have used "setVisible(win, True)" instead of "openWindow(win, ...)". May I suggest to everyone that for Window controls you use openWindow() and closeWindow() instead of setVisible(). The open/close routines do the setVisible stuff but also other things that are important. Attached is the changed files that now work on my system. Note that I opened the 'about' window as modal. You may wish to change that idea. ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower." ------=_NextPart_000_0045_01C0AFFC.19B22AA0 name="napsterparse.zip"