finding reference to spread of generic box in QuarkXPress
finding reference to spread of generic box in QuarkXPress
- Subject: finding reference to spread of generic box in QuarkXPress
- From: Helmut Fuchs <email@hidden>
- Date: Thu, 31 Jan 2002 00:39:42 +0100
Hi all,
I have written a Handler that gets a text box as a parameter. Now I
want to find out on which spread the box resides. I'm using the
following construct to achieve this:
-- inTextBox is a reference to any textbox of any page of any document
<<class from>> of ((get object reference of inTextBox) as record)
--> resulting in "spread x of document "yyy"
Is there a better way to achieve this? (I.e. without undocumented
coercing of references to records).
And how would I get access to the page a box resides on?
TIA,
Helmut