This content has been marked as final.
Show 3 replies
-
1. Re: CS3 JS create textFrame with label then change content at a later stage.
pkahrel May 26, 2008 3:58 AM (in response to John.Kordas)You can say
>app.activeDocument.textFrames.item ("JSLabel").contents = "..."
Peter -
2. Re: CS3 JS create textFrame with label then change content at a later stage.
John.Kordas May 26, 2008 4:02 AM (in response to John.Kordas)Thanks Peter that's perfect. -
3. Re: CS3 JS create textFrame with label then change content at a later stage.
(Dave_Saunders) May 26, 2008 4:46 AM (in response to John.Kordas)Just bear in mind that if you have multiple frames with the same label, they'll all be affected if you set the content.
Dave


