Called script sends error, help me out here!
Called script sends error, help me out here!
- Subject: Called script sends error, help me out here!
- From: Gnarlodious <email@hidden>
- Date: Sat, 01 Jun 2002 20:37:51 -0600
-----: Rachel
Content-type: text/plain; charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
This script runs as it should:
------------------------------------
tell application "Installer Observer"
activate
SaveConditions "Desktop:" FileName "Saved State" FolderSet "Entire
System Folder"
CloseObservationsWindow
quit
end tell
set Instance to the clock using form "%m-%d %h=80%i"
tell application "Finder"
set the name of file "Apple:Desktop Folder:Saved State" to Instance
move file Instance to folder "Apple:Backup:"
end tell
-------------------------------------
However this line from a calling script:
tell application "Finder"
run script "Scan"
=20
gives error(in Script Debugger3.0.1, -1712):
"Finder got an error: Finder got an error: AppleEvent timed out."
The "Scan" script apparently runs until it needs to move the file, then it
sends the error to the calling script.
Can anyone help me with this?
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.