Re: Quark - setting justification dynamically
Re: Quark - setting justification dynamically
- Subject: Re: Quark - setting justification dynamically
- From: Shane Stanley <email@hidden>
- Date: Thu, 1 Apr 2004 21:04:46 +1000
On Apr 1, 2004, at 4:30 PM, Hans Haesler wrote:
use the string equivalent of the constants
("left", "cent", "rght", "full", "frce"):
Ah, the Swiss spelling. So now his script becomes:
tell story 1
if myJust is "centered" then
set justification to "cent"
else if myJust is "left aligned" then
set justification to "left"
else
set justification to "rght"
end if
end tell
Much better.
;-)
--
Shane Stanley <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.