• 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: AppleScript, Pages and Text boxes (part 1)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript, Pages and Text boxes (part 1)


  • Subject: Re: AppleScript, Pages and Text boxes (part 1)
  • From: Yvan KOENIG <email@hidden>
  • Date: Fri, 19 Mar 2010 06:55:43 +0100


Le 18 mars 2010 à 23:38, Axel Luttgens a écrit :

tell application "Pages"

tell front document

tell first graphic

single color

end tell

end tell

end tell



Thanks Axel. Here is the way I will us your tip :

tell application "Pages" to tell front document
repeat with g in every graphic
tell g to if get class is text box then if single color is {65535, 65535, 13107} then set single color to missing value
end repeat
end tell

Yvan KOENIG (VALLAURIS, France) vendredi 19 mars 2010 06:54:51






 _______________________________________________
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: 
 >AppleScript, Pages and Text boxes (part 1) (From: Yvan KOENIG <email@hidden>)
 >Re: AppleScript, Pages and Text boxes (part 1) (From: Axel Luttgens <email@hidden>)

  • Prev by Date: Re: AppleScript, Pages and Text boxes (part 1)
  • Next by Date: Is that possible to use applescript to detect GUI truncation issue?
  • Previous by thread: Re: AppleScript, Pages and Text boxes (part 1)
  • Next by thread: Re: AppleScript, Pages and Text boxes (part 1)
  • Index(es):
    • Date
    • Thread