Re: Quark Facing Pages
Re: Quark Facing Pages
- Subject: Re: Quark Facing Pages
- From: Kerry Lanz <email@hidden>
- Date: 26 Nov 2004 12:46:33 -0500
>Direct your document setup statements to the default document.
Dear Shirley,
Thanks for your reply. Doesn't that just change any new documents? I get many 16-page documents from customers that are created as pairs of single pages. I need to make them into facing pages for imposing. I used to be able to do that by addressing the Master Pages:
tell master document 1 to set facing pages to true
But this doesn't work in QuarkXPress 6.0 to 6.5. I can do it manually in the Layout Properties window, but this window doesn't accept GUI scripting. The checkbox changes but the return doesn't make the change.
*****************
tell application "QuarkXPress" to activate
tell application "System Events"
tell application process "QuarkXPress"
click menu item "Layout Properties..." of menu "Layout" of menu bar item "Layout" of menu bar 1
click checkbox "Facing Pages" of UI element 1 of UI element 6 of window "Layout Properties"
keyboard return
end tell
end tell
*****************
Any other suggestions?
_______________________________________________
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