Re:H and J in QuarkXPress
Re:H and J in QuarkXPress
- Subject: Re:H and J in QuarkXPress
- From: nino <email@hidden>
- Date: Sat, 04 Dec 2004 12:57:54 +0100
the line should be
set h and j set to "Standard"
On my system class of current box is generic box end to find out if it is a
text box I should look for Box type
nino
> Everything works except the H and J line
> Any one know why?:
>
> tell application "QuarkXPress"
>
> activate
>
> tell document 1
> if (current box = null) or (class of current box is
> not text box) then
> display dialog "Please select a text box and then
> run the script. " buttons "OK" default button 1
> else
> tell story 1 of current box
> set first indent to "p12"
> set font to "ACaslon Regular"
> set track to 0
> set size to 10
> set leading to "12 pt"
> set grid lock to true
> set keep with next to false
> set justification to fully justified
> set h and j spec of h and j set to "Standard"
> end tell
>
> end if
> end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden