Re: I KNOW it's gotta be simple!
Re: I KNOW it's gotta be simple!
- Subject: Re: I KNOW it's gotta be simple!
- From: Jason Bourque <email@hidden>
- Date: Wed, 14 Feb 2001 17:50:22 -0500
>
Okay!
>
>
There's GOTTA be a simple answer! Below is a script and three applets. I've
>
boiled 'em down
>
to where they can't get much simpler.
>
>
When I run the script without the "Try" statements, A, B, & C give an Apple
>
Event Time Out.
>
>
With the 'Try's, A, B, & C still take exactly a full minute each to release,
>
but at least
>
they run.
>
>
Hello,
I ran into the same problem and now use stay open apps with a little more
memory allocated to each app, very successfully. it almost like your way the
script is waiting for a result.
tell app to activate
tell app to doAHandler()
tell app to quit
Hope this helps.
Jason Bourque