Re: how to automatically acknowledge a dialog
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