MACSCRPT Archives

January 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Mime-version:
1.0
Date:
Sat, 9 Jan 2010 09:44:52 +1100
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Content-type:
text/plain; charset="US-ASCII"
Subject:
From:
Shane Stanley <[log in to unmask]>
In-Reply-To:
Content-transfer-encoding:
7bit
Parts/Attachments:
text/plain (17 lines)
On 9/1/10 9:22 AM, "Chris Harbinson" <[log in to unmask]> wrote:

> The following line delivers every text frame in an InDesign document
> in an array.
> var myFrame = app.activeDocument.textFrames.everyItem().getElements();

Are you sure about that? Seems to me it's going to miss any grouped or
anchored frames. You want more the equivalent of:

 all text frames of active document

In your words, what's not to like about that?

-- 
Shane Stanley <[log in to unmask]>
AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>

ATOM RSS1 RSS2