Re: one stay open applet can't start another?
Re: one stay open applet can't start another?
- Subject: Re: one stay open applet can't start another?
- From: Jim Schram <email@hidden>
- Date: Mon, 3 Dec 2001 12:09:31 -0800
At 12:16 AM -0700 2001/12/03, Donald S. Hall wrote:
>
It appears that one stay open applet can't start another one via the 'run
>
script' command. The second one just runs and quits.
That's because "run script" doesn't launch the script like an application... it just loads and calls it as a subroutine of the current applet (like any other handler in your script). You have to save the second script as a stand-alone applet and tell the Finder to Run it (or Re-run it, or Open it, or Launch it, depending on which top level handler in that second script you wish to invoke).
-- Jim