Re: Quark transferring selection to box
Re: Quark transferring selection to box
- Subject: Re: Quark transferring selection to box
- From: Shane Stanley <email@hidden>
- Date: Thu, 16 Nov 2000 09:53:43 +1100
On 16/11/00 9:25 AM +1000, Glenn Kowalski, email@hidden, wrote:
>
Can anyone tell me how to transfer the current selection in
>
Quarkxpress to a new text box?
I'm not exactly sure what you mean, but I think you're after:
tell application "QuarkXPress 4.11"
tell document 1
tell page 1
make text box at beginning with properties {name:"Newbox"}
end tell
move selection to after story 1 of text box 1 of page 1
end tell
end tell
--
Shane Stanley, email@hidden