Page 1 of 1

Applescripts are altered after Yosemite upgrade

PostPosted: Sat May 16, 2015 7:42 am
by leebj7
Hi,

So before my Yosemite upgrade my applescript to add screenshots to evernote looked like this:


Code: Select all
 tell application "Evernote"
     activate
     create note from file theFile notebook {"098 BKamp Images"} tags {"screenshot”}
end tell


but then it switched to this and it won't accept my above applescript:

Code: Select all
tell application "Evernote"
   activate
   «event EVRNcrnt» given «class kfil»:theFile, «class Ennb»:{"098 BKamp Images"}, «class Engg»:{"screenshot"}
end tell


What am I doing wrong?

Re: Applescripts are altered after Yosemite upgrade

PostPosted: Mon May 18, 2015 1:36 pm
by Mr_Noodle
Not sure. Maybe a change in Evernote's AppleScript dictionary? What happens if you enter the original script again?