• 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: InDesign script Optimization and text frame threading
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign script Optimization and text frame threading


  • Subject: Re: InDesign script Optimization and text frame threading
  • From: David Wolfe <email@hidden>
  • Date: Tue, 14 Feb 2006 10:45:37 -0500

Thanks for your help Shane. This helps me begin to understand repeats in Applescript.

However, when I run the script, I get an error message "InDesign CS got an error: every page doesn't understand the count message." Any ideas?

Thanks again,
David Wolfe
settingPace

On Feb 13, 2006, at 6:53 PM, Shane Stanley wrote:

repeat with i from 1 to count of pages
if i mod 2 = 0 then
set newFrame to override myCreditFrameVerso destination page
page i
set previous text frame of newFrame to text frame
"masterpageFrameRecto" of page (i - 1)
else
set newFrame to override myCreditFrameRecto destination page
page i
if i > 1 then
set previous text frame of newFrame to text frame
"masterpageFrameVerso" of page (i - 1)
end if
end if
end repeat

_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: InDesign script Optimization and text frame threading
      • From: Shane Stanley <email@hidden>
References: 
 >Re: InDesign script Optimization and text frame threading (From: Shane Stanley <email@hidden>)

  • Prev by Date: Thanks
  • Next by Date: Folder Actions and Apple Compressor Droplets
  • Previous by thread: Re: InDesign script Optimization and text frame threading
  • Next by thread: Re: InDesign script Optimization and text frame threading
  • Index(es):
    • Date
    • Thread