Re: Snow and Pages
Re: Snow and Pages
- Subject: Re: Snow and Pages
- From: Shane Stanley <email@hidden>
- Date: Tue, 01 Sep 2009 22:28:27 +1000
- Thread-topic: Snow and Pages
On 1/9/09 8:47 PM, "Yvan KOENIG" <email@hidden> wrote:
> Under 10.6.0, it refuse to compile.
I ran your script here under 10.6 and it compiles and works fine:
tell application "Pages"
get every word of document 1
--> {{"The"}, {"time"}, {"has"}, {"come"}, {"for"}, {"A1"}, {"and"},
{"A2"}, {"to"}, {"listen"}}
set properties of word 6 of document 1 to {font name:"ArialUnicodeMS"}
set properties of word 8 of document 1 to {font name:"ArialUnicodeMS"}
end tell
--
Shane Stanley <email@hidden>
AppleScript Pro Sessions <http://scriptingmatters.com/aspro>
_______________________________________________
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