I’m working on a Cocoa application I’d like to use to remotely (on the same machine, from a different process) control which slide is currently displayed in a running Apple iWork ’09 Keynote presentation.
How should I approach this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Keynote Applescript dictionary has an advance command. Using:
seems to do what you require.
You can either use scripting bridge or NSApplescript to run this script from within a Cocoa application.