Re: Duplicating boxes in Quark
Re: Duplicating boxes in Quark
- Subject: Re: Duplicating boxes in Quark
- From: Shane Stanley <email@hidden>
- Date: Tue, 22 May 2001 10:24:18 +1000
On 22/5/01 8:32 AM +1000, Steve Kump, email@hidden, wrote:
>
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
Your code and your question don't match. You might try again...
--
Shane Stanley, email@hidden