Skip to main content
Participating Frequently
June 29, 2009
Question

How to get Overflow Text?

  • June 29, 2009
  • 1 reply
  • 862 views

Hi,

    I have imported Text into TextLayout container.  I have set it columnCount = 2 .. its showing text with 2 columns and the remaining overflow text are shown in the second column with scoll . but i need to get the overflow text and need to show in different container..

any idea? send me details

Regards,

sundarapandian.k

This topic has been closed for replies.

1 reply

Participating Frequently
June 29, 2009

Hi,

TLF supports linked containers, i.e., any text that does not fit a container flows through the next one and so on.

Look at IFlowComposer.addController; this method can be called multiple times to create a chain of containers.

Abhishek

(Adobe Systems Inc.)

Participating Frequently
June 30, 2009

I got it solution for this .. i worked out the pagination sample

the link is  http://blogs.adobe.com/tlf/Examples/Pagination.zip

which lead me to find out  chain of containers in TextFlowLayout..

thx.

Regards,

sundarapandian.k