Re: InDesign Show Page?
Re: InDesign Show Page?
- Subject: Re: InDesign Show Page?
- From: Shane Stanley <email@hidden>
- Date: Fri, 01 Nov 2002 02:09:42 +1100
On 1/11/02 1:36 AM +1000, JoePostscript, email@hidden, wrote:
>
Here's what I'm trying to do. On an open InDesign
>
document, all I need to do is tell in design to
>
display a specific page in the window, then,
>
display another page on the window. No syntax
>
that I have tried works, the dictionary doesn't
>
seem clear on this at all.... tried show which
>
looks like it is supported for elements on a page,
>
tried go to, get, yada yada. Can't find syntax.
>
Anybody know the syntax to display a specific page
>
in the window? Shane, Shirley? anybody, TIA.
Here you go:
tell application "InDesign 2.0.1"
set active spread of window 1 to parent of page 4 of document 1
end tell
--
Shane Stanley, email@hidden
_______________________________________________
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.