moving pages in Quark
moving pages in Quark
- Subject: moving pages in Quark
- From: paul mccabe kampu <email@hidden>
- Date: Mon, 11 Jun 2001 17:42:50 -0400
- Organization: Kalsea Lane
Can anyone explain why this produces fatal results (ie. Mac crashes),
tell application "QuarkXPress 4.11"
--activate
tell front document -- or document 1 (it really doesn't matter)
move (page 1 of spread 4) to after (page 1 of spread 1)
-- don't even think of trying to move the pages without mentioning the
spreads. Guaranteed crash.
end tell
You're safe to presume a document, with at least 4 single pages in it,
is open.
Thanks, in advance.
--
Paul
"No, TRY not. do or do not. There is no TRY." --Yoda(on error handling)