H and J in QuarkXPress
H and J in QuarkXPress
- Subject: H and J in QuarkXPress
- From: William Hopkins <email@hidden>
- Date: Fri, 3 Dec 2004 11:10:59 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
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
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