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 11:48:57 +1000
On Apr 1, 2004, at 11:10 AM, Lists wrote:
Do I have to do the following?
tell story 1
if myJust is "centered" then
set justification to centered
else if myJust is "left aligned" then
set justification to left aligned
else
set justification to right aligned
end if
end tell
That, or something similar using lists, yes. There are workarounds, but
in this case they're going to be more complex and take longer.
This is a lot of code.
It's really more a case of a lot of typing.
--
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.