• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Is the 'dialogs' parameter in Illustrator's 'open' command broken?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Batch Processing Image files
  • Next by Date: Re: System Events - Selecting a Folder
  • Previous by thread: Is the 'dialogs' parameter in Illustrator's 'open' command broken?
  • Next by thread: Undefined Variable
  • Index(es):
    • Date
    • Thread