Re: [WIN] closing child windows...

new topic     » goto parent     » topic index » view thread      » older message » newer message

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."

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu