Hi Chaps
this used to work
tell application "Adobe Photoshop CS6"
--activate
--do action "email advert" from "misc"
set docref to current document
save docref in AdFolder as JPEG with options {quality:6} with replacing
--close current document
end tell
It now does not.
Result:
error “Adobe Photoshop CS6 got an error: Can’t get document "Advert Facebook".” number -1728 from document “Advert Facebook”
The document has the correct name. When asked i.e. get name of current document ) Applescript will return the name of the document but not when when this script is running
Any ideas why
Os 10.7.4
CS6