On Fri, 22 Apr 2005 16:02:08 +0200, Kristofer Szymanski
<email@hidden> said:
>
>I am working with my AppleScript Studio projects in Xcode 2.0 (I am
>running Tiger) and notice that if I close a window in an AppleScript
>application there is no way to get it back... probably because the
>AppleScript name of the window is gone.
It is illegal to discuss Tiger until after the end of next week, so I won't
tell you what I have seen as to the differences in window management /
behavior between Panther and Tiger. But in general the rule is that a window
is persistent in AppleScript studio unless you mark it to be released when
closed. So if "close" is merely supposed to mean "hide" for this window,
then just don't mark it to be released when closed. The alternative is to
put it into a separate nib, mark it as released when closed, and load the
nib again every time you want to see the window again. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-studio/email@hidden
This email sent to email@hidden