objective c - How to (programatically) change slides in a running Keynote presentation? -
I am working on a Cocoa app that I want to use remotely (on the same machine, a different process From)) control which is currently displayed in a running Apple iWork '09 main presentation.
How should I contact this?
Keyword is a preorder in the AppScriptcript dictionary:
Tell the App "Main Note" Advance Advance
It looks like you can use scripting bridges or NSAPilescript to run this script from within the Cocoa application.
Comments
Post a Comment