Re: Dialog boxes in Photoshop
Re: Dialog boxes in Photoshop
- Subject: Re: Dialog boxes in Photoshop
- From: Dave Balderstone <email@hidden>
- Date: Thu, 03 Jul 2003 10:38:32 -0600
On Thursday, July 3, 2003, at 10:06 AM, Steve Suranie wrote:
The script works fine but for some of the files PS pops up a dialog
box in regards to the embedded color profile.
Try adding "showing dialogs never" to the open command.
eg:
tell application "Adobe Photoshop 7.0"
activate
set afile to choose file with prompt "Choose a file:"
open afile showing dialogs never
end tell
djb
Dave Balderstone
Director, Production and Creative Services
Western Producer Publications, Saskatoon, SK, Canada
Phone: 306-665-3545 Fax: 306-933-3536
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.