• 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
Re: how to automatically acknowledge a dialog
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to automatically acknowledge a dialog


  • Subject: Re: how to automatically acknowledge a dialog
  • From: "Stockly, Ed" <email@hidden>
  • Date: Thu, 24 May 2007 09:43:06 -0700
  • Thread-topic: how to automatically acknowledge a dialog

> I have a bunch of Photoshop CS3 Extended files and when I open them in
 Photoshop CS2 I get a dialog about using the "composite data", "ok"  or
"cancel". I just want to "ok" it and proceed like pushing the enter key.
 As this dialog comes up for pretty much every single smart object that is
in  my psds I am trying to speed this up using a script instead.

Although I haven't worked with this specific problem, I've avoided other
PhotoShop opening dialogs by using a droplet and opening the files in
Photoshop via appleScript.

Try this and see if it works with your files:
on open fileList
repeat with myFile in fileList
tell application "Adobe Photoshop CS2"
    open myFile showing dialogs never
end tell
end repeat
end open

HTH,

ES

 _______________________________________________
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: how to automatically acknowledge a dialog
  • Next by Date: a question about accessing list items through a reference
  • Previous by thread: Re: how to automatically acknowledge a dialog
  • Next by thread: How to automatically acknowledge a dialog
  • Index(es):
    • Date
    • Thread