Re: applescript-users digest, Vol 2 #369 - 15 msgs
Re: applescript-users digest, Vol 2 #369 - 15 msgs
- Subject: Re: applescript-users digest, Vol 2 #369 - 15 msgs
- From: Daniel Robinson <email@hidden>
- Date: Wed, 14 Feb 2001 19:35:39 -0500
Dang!
I was hoping someone would know!
Thanks, Jason, but the result of . . .
-----
tell application "A app"
-----
. . . is an error message, "Can't get application's Event Dictionary"
yes, the script is waiting in vain for an indication that the applet has finished.
The applet runs fine and quits immediately when double-clicked
Jason wrote:
>
. . . it's almost like your script is waiting for a result.
>
>
>
tell app to activate
>
>
tell app to doAHandler()
>
>
>
tell app to quit
>
>
>
Hope this helps.
>
>
Jason