I don’t see any scripting suite for iBooks Author at all. You may be reduced to controlling it through GUI scripting. With an iBooks Author window open, try
tell application "System Events" tell application process "iBooks Author" get UI elements of front window end tell end tell
and have a look at the results to get an idea of the syntax for controlling it via System Events.
Good luck!
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
|