QuarkXPress: finding anchored boxes
QuarkXPress: finding anchored boxes
- Subject: QuarkXPress: finding anchored boxes
- From: Michael Turner <email@hidden>
- Date: Mon, 19 Mar 2001 17:00:30 -0500
----<<<<< wait a minute >>>>>----
quoting myself:
For my first stage, I would like to have an error appear if the selection
contains a nested box. Is there a test for selections (in contents mode) to
"have" or "not have" anchored boxes?
-----<>------
That part looks easy. I'll do it tomorrow morning.
PSEUDOcode:
tell Quark
tell document 1
cut
end tell
make document 2
tell document 2
paste
if count of boxes whose anchored equal true is greater than 0, then ERROR
end tell
end tell
right? :-)
/Michael