Re: Stay Open
Re: Stay Open
- Subject: Re: Stay Open
- From: Emmanuel <email@hidden>
- Date: Tue, 2 Jan 2001 09:14:54 +0100
At 4:47 +0100 2/01/01, Stephen Swift (aka Burnum) wrote:
>
Why would you want to save a script application and check the 'Stay Open'
>
option. I've been trying to figure out some use for that.
>
What does it do?
>
Does it have anything to do with watching the actions on the computer or
>
anything?
In addition to what Paul wrote, it may be useful to recall that when you
have an applet 'stay open', you can issue calls to its handlers from
another script.
For instance if your applet, say "MyApplet", includes a handler such as:
-------------------------- untested
on WelcomeUser()
say "hello man"
end
--------------------------
then you can run - from any script:
-------------------------- untested
tell application "MyApplet" to WelcomeUser()
--------------------------
HTH
Emmanuel
References: | |
| >Stay Open (From: "Stephen Swift (aka Burnum)" <email@hidden>) |