Quark List of selected boxes
Quark List of selected boxes
- Subject: Quark List of selected boxes
- From: Jeremy Sellors <email@hidden>
- Date: Fri, 07 Sep 2001 15:30:47 -0700
Hi, I need help to get a list of selected generic boxes to sort them by size
and shape then move them into place.
tell document 1 of application "QuarkXPress 4.11"
set boxList to object reference of every generic box of document 1 whose
(selected) is true
end tell
set SelectedBoxes to object reference of every generic box where it's box
type is not line box and it's selected is true
This works in a script that centers selected boxes but it does not recompile
using Script Debugger after selecting "Enable Debugging"
it errors with "expected expression but found command name.
Thanks --Jeremy Sellors