MACSCRPT Archives

January 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

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

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

Print Reply
Subject:
From:
Shane Stanley <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Sat, 9 Jan 2010 09:44:52 +1100
Content-Type:
text/plain
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