"run script" error from open window
"run script" error from open window
- Subject: "run script" error from open window
- From: Gnarlodious <email@hidden>
- Date: Tue, 02 Apr 2002 08:28:01 -0700
On 3/22 Entity Paul Berkowitz spoke thus:
>
Welcome to 'run script' and 'load script' in Standard Additions. The way you
>
want to use it: either giving the alias or file reference (path) of a
>
compiled script or typing the whole script as string, is 'run script'.
OK so I am saying:
tell application "Finder"
activate
run script "Apple:Desktop Folder:Called Script"
end tell
which runs compiled script:
(simply opens a folder)
tell application "Finder"
activate
open folder "Rachel:Chunks:Browsers:" as alias
end tell
but when run from the script window I get error:
Finder got an error: Finder got an error: AppleEvent timed out. (-1712)
Funny thing the first "Finder" is in red (in Script Debugger)
The "Called Script" runs by itself, so what am I doing wrong?
Sorry for these very elementary questions.
Rachel
http://www.gnarlodious.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.