Applescripts are altered after Yosemite upgrade

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

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?
leebj7
 
Posts: 1
Joined: Sat May 16, 2015 7:37 am

Not sure. Maybe a change in Evernote's AppleScript dictionary? What happens if you enter the original script again?
Mr_Noodle
Site Admin
 
Posts: 11193
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support