• 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: on idle() handler in script object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: on idle() handler in script object


  • Subject: Re: on idle() handler in script object
  • From: has <email@hidden>
  • Date: Fri, 26 Aug 2005 18:45:57 +0100

Simon Forster wrote:

>If you split the stuff out into two separate scripts, how do you pass
>the reference across to the stay-open applet. IIRC, you can't pass
>arguments between applescript applets.

Application references, not really. Other datatypes, no problem. e.g.:

on adding folder items to folderAlias after receiving addedAliases
	repeat with aliasRef in addedAliases
		tell application "JobMgrApplet" to addJob(aliasRef's contents)
	end repeat
end adding folder items to

has
--
http://freespace.virgin.net/hamish.sanderson/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: on idle() handler in script object
      • From: Simon Forster <email@hidden>
  • Prev by Date: Got a regex question
  • Next by Date: Adding event to iCal with timezone
  • Previous by thread: Re: on idle() handler in script object
  • Next by thread: Re: on idle() handler in script object
  • Index(es):
    • Date
    • Thread