Opening File Dialog error
Opening File Dialog error
- Subject: Opening File Dialog error
- From: email@hidden
- Date: Tue, 03 May 2005 11:29:00 -0500
- Priority: normal
I've run into a problem where when a script is opening a QuarkXPress
6.5 document, sometimes the user on another machine has it open (the
file resides on a server) and I get this dialog:
File is locked [-54]
Is there a way to get around this dialog without using GUI scripting?
I can put a 'timeout' block around the open statement like so:
try
with timeout of 4 seconds
open file filePath
end timeout
-- Use gui to look for error window and try to click 'ok' button...
on error
end try
And that lets the script continue, but I'd like to avoid using gui
scripting if possible.
Thanks.
Jay
_______________________________________________
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