Is the 'dialogs' parameter in Illustrator's 'open' command broken?
Is the 'dialogs' parameter in Illustrator's 'open' command broken?
- Subject: Is the 'dialogs' parameter in Illustrator's 'open' command broken?
- From: Brian Christmas <email@hidden>
- Date: Tue, 23 Sep 2008 08:47:20 +1000
G'day Hamish
I struck the same problem.
Here's my workaround.
Regards
Santa
tell application "Adobe Illustrator" try activate open theItem without dialogs -- as alias (don't use 'as alias' or routine won't work) delay 1 repeat 2 times try set currentFile to front document on error tell application "System Events" to tell process "Adobe Illustrator" keystroke return delay 1 end tell end try end repeat repeat until exists document 1 delay 0.2 end repeat
|
_______________________________________________
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