• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Box Overflows in Xpress 4.11 part 2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Box Overflows in Xpress 4.11 part 2
      • From: Steve Thompson <email@hidden>
  • Prev by Date: Scripting FMP in OS X??
  • Next by Date: Re: Removing characters from a string
  • Previous by thread: Re: Scripting FMP in OS X??
  • Next by thread: Re: Box Overflows in Xpress 4.11 part 2
  • Index(es):
    • Date
    • Thread