Duplicating boxes in Quark
Duplicating boxes in Quark
- Subject: Duplicating boxes in Quark
- From: Steve Kump <email@hidden>
- Date: Mon, 21 May 2001 17:32:59 -0500
Hi List,
I'm having a heck of a time trying to duplicate a bunch of text and picture
boxes. I can duplicate every generic box of page 1, but if there are 15
boxes on the page that are selected, it duplicates every box 15 times!
I tried looping through the object reference of every box and it duplicate
just one bax 15 times!
Can someone help me with this?
here is the code (Quark 4.11)
tell application "QuarkXPress 4.11"
activate
tell document 1
select every generic box of page 1
set bounds of selection to {0.25, 0.25, 4.625, 5.875}
end tell
end tell
Thanks!
Steve Kump