• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Asyncronous AppleScript executing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Asyncronous AppleScript executing (From: Tor Langballe <email@hidden>)

  • Prev by Date: Re: How to hide toolbar
  • Next by Date: RE: Javascript wrapper for Applescript
  • Previous by thread: Asyncronous AppleScript executing
  • Next by thread: Re: On quitting an application (John Allen)
  • Index(es):
    • Date
    • Thread