Re: Assigning Quark color spec - Tiger->Leopard
Re: Assigning Quark color spec - Tiger->Leopard
- Subject: Re: Assigning Quark color spec - Tiger->Leopard
- From: email@hidden
- Date: Thu, 8 Jan 2009 14:49:43 -0500
( Apologies for last mangled post to list.)
Karen -
Thanks very much - this looked like a promising approach, at least something I hadn't tried before. Based on what I learned from your code I tried a couple variations:
tell text box 1
set properties of frame to {color: (color spec "Yellow")}
end tell
and
tell text box 1
set frame record
end tell
and
tell document 1
set props to properties of color spec "Yellow"
set csname to name of props
tell page 1
tell text box 1
set properties of frame to {color: (color spec csname)}
end tell
end tell
end tell
but it's still getting that "Unknown object type." message. Much appreciated - still looking through this...
- Dan
_______________________________________________
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