Ocean West Posted November 19, 2001 Posted November 19, 2001 Trying to have FM run a script that copy's a folder off a CD to a volume drive. After about a minute I get an error from AppleScript, that an AppleEvent timed out and the error is -1712. How do I lengethen the expected time out? I added a wait with 3600 seconds but that didn't do it... Here is my code... code: tell application "Finder" activate select every item of container window of folder "LOW" of disk "PO 4026" with timeout of 3600 seconds copy selection to folder "LOW" of folder "PROJECT" of disk "Photo Library" end timeout end tell [ November 19, 2001: Message edited by: Ocean West ]
BobWeaver Posted November 19, 2001 Posted November 19, 2001 This seems to be a bug in the way Filemaker handles applescript timeouts. It doesn't seem to pay attention to the "with timeout" instruction. See the following post for more discussion on this problem: http://www.fmforums.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=20&t=000045
Recommended Posts
This topic is 8406 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now