• 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
script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

script


  • Subject: script
  • From: email@hidden
  • Date: Fri, 7 Dec 2001 10:59:00 -0600

I am trying to get my script to check my 16 page signatures for text
overflow and then mark my boxes where the text flows over. Below is what I
have so far. However, the script doesn't want to process after 4 pages.

Thanks-
Darren


tell application "QuarkXPress(tm) 4.11" set countoflow to 0 tell front document repeat with i from 1 to count of text boxes tell text box i if box overflows then set countoflow to countoflow + 1 end if end tell end repeat end tell beep display dialog (countoflow as text) & " text boxes overflow"end tell


  • Prev by Date: Re: Send Apple Event from Browser to App on Client Mac
  • Next by Date: Re: Applescript Studio
  • Previous by thread: Re: script
  • Next by thread: script
  • Index(es):
    • Date
    • Thread