Re: AppleEvent timeout error
Re: AppleEvent timeout error
- Subject: Re: AppleEvent timeout error
- From: Jim Brandt <email@hidden>
- Date: Mon, 13 Jun 2011 06:52:21 -0500
Luther,
Thanks for the suggestion. Yes, using "run (load script ScriptAlias)" fixed the problem.
A question though. If this line of code is in a loop, is the load script action done every time?
Jim
On Jun 12, 2011, at 8:22 PM, Luther Fuller wrote: Considering my remarks in another thread, recently, you might try ...
tell (load script scriptAlias) to run
or
run (load script scriptAlias)
instead of (run script alias FirstScriptName).
Using (run script alias FirstScriptName) seems to have problems with inheritance of properties (and variables?).
|
_______________________________________________
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