Re: Asyncronous AppleScript executing
Re: Asyncronous AppleScript executing
- Subject: Re: Asyncronous AppleScript executing
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 10 Jun 2004 07:46:11 -0700
On 6/10/04 5:03 AM, "Tor Langballe" <email@hidden> wrote:
>
I saw a link on how to do this somewhere, but now I can't find it no
>
matter how hard I try.
>
Does anybody have any good links to how to make a thread or something
>
to avoid waiting for an AppleScript to finish?
If you are targeting another application than the one running the script,
you can
ignoring application responses
tell application "Another"
-- do whatever
end tell
end ignoring
It works with the 'ignoring' block inside the 'tell application' block too,
as best I recall.
--
Paul Berkowitz
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.