Re: Box Overflows in Xpress 4.11 part 2
Re: Box Overflows in Xpress 4.11 part 2
- Subject: Re: Box Overflows in Xpress 4.11 part 2
- From: Juergen May <email@hidden>
- Date: Tue, 05 Nov 2002 16:50:18 +0000
Steve,
Try this...
tell application "QuarkXPress 4.11"
tell document 1
try
set boxIndexList to index of every text box whose box overflows is true
end try
end tell
end tell
The 'try' statement is used to suppress the error which will occur if no
boxes overflow.
boxIndexList will return the index of the text boxes which overflow. You can
then repeat through the list and do whatever's necessary.
Cheers,
Juerg
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.