[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Windows that disappear/rea
- To: bill
- Subject: Windows that disappear/rea
- From: Andrew L. M. Shalit <alms>
- Date: Fri, 29 Mar 91 16:09:21 -0500
- Cc: LYNCH@ARISTOTLE.ILS.NWU.EDU, info-macl
- In-reply-to: St. Clair, William's message of 29 Mar 91 17:24 GMT <670267618.2777919@AppleLink.Apple.COM>
From: ST.CLAIR@AppleLink.Apple.COM (St. Clair, William)
From: Andrew L. M. Shalit <alms@cambridge.apple.com>
From: lynch@aristotle.ils.nwu.edu (Richard Lynch)
Is there a bit somewhere that can be set so that a(ll) window(s) will
disappear when MACL 1.3.2 is swapped out and reappear when the
application becomes active again?
No, there isn't. Certain future operating systems do, though, support
this functionality as a user option.
If you want it to happen under program control (rather than under user
control), you could try just moving the windows off screen.
The only problem here is that there is no hook in MCL that lets the user
know when MCL switches between foreground and background. Maybe we should
have something like *FOREGROUND-CHANGED-HOOK* which is a list of functions
to call after the value of *FOREGROUND* changes. (note: you can write
an *eventhook* that will notice when this happens).
What about the scrap handling functions? Don't those give you a
hook into switch-outs and switch-ins?
-andrew