Re: how to automatically acknowledge a dialog
Re: how to automatically acknowledge a dialog
- Subject: Re: how to automatically acknowledge a dialog
- From: Emmanuel <email@hidden>
- Date: Thu, 24 May 2007 18:42:38 +0200
At 7:17 PM -0700 5/23/07, Patrik B. wrote:
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.
I don't know it this can help, here is a piece of script I use when
someone has inadvertently opened an alert on a remote machine:
tell application "UserNotificationCenter"
activate
tell application "System Events" to keystroke ";" using
{shift down, command down}
end tell
Emmanuel
_______________________________________________
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