Re: on idle() handler in script object
Re: on idle() handler in script object
- Subject: Re: on idle() handler in script object
- From: Simon Forster <email@hidden>
- Date: Fri, 26 Aug 2005 19:11:53 +0100
On 26 Aug 2005, at 18:45, has wrote:
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
As ever, thanks for your time. Hope you have a good bank holiday
weekend.
ATB
Simon Forster
_____________________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
_____________________________________________________
_______________________________________________
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