How to manage linked containers with different Widths?
I have two linked containers. When I update the compositionSize on one of them, they both change. They share the same textFlow, so my code is simply:
containerController.setCompositionSize(this.width, this.height);
textFlow.flowComposer.updateAllControllers();
- I would expect this only to update the width of the specified controller/container pair, but it operates on both of them.
What am I doing wrong?
Many thanks in advance.
Jude Fisher / JcFx.Eu
