• 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: Calling a handler in another applescript process
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling a handler in another applescript process


  • Subject: Re: Calling a handler in another applescript process
  • From: Robert Poland <email@hidden>
  • Date: Mon, 22 Nov 2010 15:24:09 -0700

Hi,

This makes me wonder if there is any advantage to;

Make an application consisting of only handlers. With the idea of using these handlers by many other applications?


On Nov 22, 2010, at 3:10 PM, Luther Fuller wrote:

On Nov 22, 2010, at 2:31 PM, Alex Zavatone wrote:

Well, well, 

tell application "Hi()"
Hi()
end tell

Sometimes AppleScript is way too easy.

You should also be aware of doing it this way ...

launch application someAppl
tell application  someAppl to someHandler()

where someAppl is the path to an AppleScripted application as colon delimited text.
The application does not need to be running and 'launch application' does not run it.

Robert Poland - Fort Collins, CO



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Calling a handler in another applescript process
      • From: Alex Zavatone <email@hidden>
References: 
 >Calling a handler in another applescript process (From: Alex Zavatone <email@hidden>)
 >Re: Calling a handler in another applescript process (From: Alex Zavatone <email@hidden>)
 >Re: Calling a handler in another applescript process (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: Calling a handler in another applescript process
  • Next by Date: Re: Calling a handler in another applescript process
  • Previous by thread: Re: Calling a handler in another applescript process
  • Next by thread: Re: Calling a handler in another applescript process
  • Index(es):
    • Date
    • Thread