• 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: Navigating Pages in InDesign
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Navigating Pages in InDesign


  • Subject: Re: Navigating Pages in InDesign
  • From: Stan Cleveland <email@hidden>
  • Date: Fri, 16 Jun 2006 11:44:17 -0700
  • Thread-topic: Navigating Pages in InDesign

On 6/16/06 8:24 AM, Buzz Hill wrote:

> How do you use AS to tell InDesign to display a
> particular page?
> You would think that something as simple as this would
> work.
>
> tell application "InDesign CS2"
> tell document 1
>
> go to page 4
>
> end tell
> end tell
>
> or
>
> show page 4

This is one operation where InDesign is anything but intuitive. Here's what
we use to switch the displayed page:

tell application "InDesign CS2"
    tell document 1
        set active spread of window 1 to parent of page 4
    end tell
end tell

Stan Cleveland
Color Technology Inc.
Portland, Oregon

"China is a big country inhabited by many Chinese." --Former French
President Charles DeGaulle


 _______________________________________________
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

References: 
 >Navigating Pages in InDesign (From: Buzz Hill <email@hidden>)

  • Prev by Date: Applescript and MacSQL
  • Next by Date: Rotate Screen Application / script
  • Previous by thread: Navigating Pages in InDesign
  • Next by thread: Re: Navigating Pages in InDesign
  • Index(es):
    • Date
    • Thread