Skip to main content
Participant
September 5, 2012
Question

How to access the Text Frame, when we use scrollable frame,

  • September 5, 2012
  • 1 reply
  • 1054 views

Hi Friends,

How to access the Text Frame, when we use scrollable frame,

Thank you,

[ Nav ]

This topic has been closed for replies.

1 reply

Community Expert
September 5, 2012

@Nav_alm – that it's a bit spartanic what you offer here as a question…

But let's try:
"Scrollable Frame" indicates DPS, but I don't know what "Text Frame" you want to access.
Is it INSIDE that "Scrollable Frame"?

If so:

var myTextFrameInside = myScrollableFrame.textFrames[0];

would access the FIRST (counting by index) of all text frames inside of the scrollable frame.

Uwe

Nav_almAuthor
Participant
September 5, 2012

Hi friend,

myScrollableFrame ?

here , What is myScrollableFrame

How can i acces the textFrame with in the scrollable frame, i need to access the content

Thank for reply,

[ Nav ]

Community Expert
September 5, 2012

Did you try my suggestion?

Uwe