Re: [WIN] closing child windows...
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 18, 2001
- 394 views
Ooops! I was in so much of a hurry to tell you the answer I forgot this part .. In the main file change .... < openWindow(loading, Normal) < one() < closeWindow(loading) to ... > procedure opnwin() > openWindow(loading, Normal) > one() > closeWindow(loading) > end procedure > > onOpen[mainwin] = routine_id("opnwin") also, you forgot to change the "while 1 do" to "while Parsing do". Without this, it would never recogonise that you pressed the button. I didn't see your message about some problem with the Search window. Can you fill me in? ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower."