I've implemented an NSToolbar in my AS-S project, and I'm sending my app an AppleEvent when a toolbar item is clicked. I know for sure it's not my Cocoa code, as sending my app an AppleEvent from Script Editor doesn't work either. I'm just using the standard on <<event blahBSLS>> (I know you have to use double-crochets). Is Cocoa trying to receive the AppleEvents? If so, how can the toolbar items interact with the AS-S app?
Thanks!