I have a problem with a project and a number of its MIAWs.  I have tried a
number of ways to close an MIAW
------------------------
GLOBAL myMIAW

on mouseDown
tell the stage to forget myMIAW
end
--------------------

on mouseDown

tell the stage to forget window "myMIAW"
end
-------------------

on mouseDown
forget window "myMIAW"
end
----------------
and none of these have worked.  Has anybody had a similar problem and been
able to solve it?  Thanks.

John Sproul
Vision Technologies Group


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to