Skip to main content
Participant
June 10, 2009
Question

linked containers with in a shape.

  • June 10, 2009
  • 1 reply
  • 672 views

Hii,

I am new to TLF.I am trying to wrap the text with in circle(shape) which is resizable. I am trying to acheive this through linked containers(correct me if iam wrong). when i resize the circle , linked containers with in the circle should be resized. can any one help me with this.

thanks in advance.

This topic has been closed for replies.

1 reply

Adobe Employee
June 12, 2009

When you resize the circle you will need to reset the compositionWidth and (possibly) compositionHeight of the controllers yu use for the containers. Then you can call flowCoomposer.updateAllControllers() to force the text to reflow to the new bounds.