I am working on a Cocoa application that I would like to use remotely (on the same computer, from a different process), which slide is displayed in the current Apple iWork '09 Keynote presentation.
How do I approach this?
The Keynote Applescript dictionary has a preliminary command. Using:
Tell application "Keynote" advance end tell
seems to do what you need. You can use a script bridge or NSApplescript to run this script from a Cocoa application.
Source: https://habr.com/ru/post/1713532/More articles:I / O prioritization in Java - javaDynamic Modules with DLL in Windows - cSession id does not match in my Java EE application - javaCan I use a shader to find the βdifferenceβ between two textures? (XNA / HLSL) - c #Alternative to Complex.h in Visual Studio - cReplacing an html tag with another tag using JS DOM - javascriptHow to start background process in Pylons? - pythonAlice vs. Python for someone with zero experience - pythonIs there a registration framework or well-known design patterns for Ada in addition to Alog (http://www.nongnu.org/alog/)? - loggingCreate a shared boot animation in mvvm - animationAll Articles