0

i.e. Can I do everything I can do with OSA just as well with Cocoa? For example communicate with other open apps and tell them to do a specific thing (resize window, etc.)

hgiesel
  • 5,430
  • 2
  • 29
  • 56

1 Answers1

1

Technically yes. Cocoa supports things like NSAppleScript and NSScriptCommand to accomplish the same things, however they are pretty similar to applescript themselves.

Chase
  • 453
  • 1
  • 5
  • 15