Re: on idle() handler in script object
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