• 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
Re: Pages 5.2 and AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pages 5.2 and AppleScript


  • Subject: Re: Pages 5.2 and AppleScript
  • From: "koenig.yvan" <email@hidden>
  • Date: Thu, 03 Apr 2014 12:20:57 +0200

Am I wrong ?

Pages 5.2 dictionary contain the description of new items like tables, cells, rows …

When I try to get the properties of an existing table, I run :

tell application "Pages" to tell document 1
its name
--> "étiquettes 2x7 v5x.pages"
try
every iWork container
--> error number -1728 from every iWork container of document 1
end try
try
every iWork item
--> {}
end try
try
every table
--> {}
end try
end tell

As you see, it seems that AppleScript is unable to grab infos about the existing table.

Am I making something wrong ?

I don't wish to appear as completely negative.
There is an interesting new feature.

 body text & object text of every iWork item

return the contents of the main text layer, the text content of every text box and the text content of every shape

Yvan KOENIG (VALLAURIS, France) jeudi 3 avril 2014 12:14:37


 _______________________________________________
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

References: 
 >Pages 5.2 and AppleScript (From: "koenig.yvan" <email@hidden>)
 >Re: Pages 5.2 and AppleScript (From: Quark67 <email@hidden>)
 >Re: Pages 5.2 and AppleScript (From: "koenig.yvan" <email@hidden>)

  • Prev by Date: Re: Pages 5.2 and AppleScript
  • Next by Date: Re: Pages 5.2 and AppleScript
  • Previous by thread: Re: Pages 5.2 and AppleScript
  • Next by thread: Re: Pages 5.2 and AppleScript
  • Index(es):
    • Date
    • Thread