• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to add a new slider with some text in Keynote?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to add a new slider with some text in Keynote?


  • Subject: How to add a new slider with some text in Keynote?
  • From: "Jia'nan Zhu" <email@hidden>
  • Date: Fri, 29 Aug 2008 16:57:52 +0800

Hello everyone,

I tried to make a keynote slideshow via AppleScript, but failed to
create a slide with text, here is my code:

tell application "Keynote"
	make new slideshow -- create a slide show
	set newSlideShow to slideshow 1 -- keep a reference
	make new slide at the end of newSlideShow with properties {body:"Some
text here...", title:"Demo"} -- add a new slide
        ... some code else
end tell

When it runs, a new slidershow created with 2 empty slides ("make new
slideshow" will create a new slide automatically), with no text on
them. I've tried to set the body property of them, but still no text
appeared. I also noticed that, in the event log panel, a line "«class
 _______________________________________________
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

  • Prev by Date: Re: scope problem
  • Next by Date: Re: scope problem
  • Previous by thread: Re: scope problem
  • Next by thread: Help with simple grep
  • Index(es):
    • Date
    • Thread