Any documentation/document for TLF used in Gumbo/flex4.0?
I have created a big part of my project using older TLF with Flex 3.4 the one containing 3 swc files for TLF(Text Layout framework). But few days back i decided that i should shift to Flex 4 as it's due anytime now. I am facing problem in porting my code to newer TLF as many changes have been incorporated into newer TLF. Just for example you don't have leftMargin anymore. In other case i was getting container height using following code "textFlow.flowComposer.getControllerAt(0).calculateHeight()". but i dont' see any calculateHeight method now the one nearest one i see fit in my requirement is textFlow.flowComposer.getControllerAt(0).container.height; Most of the changes i am doing are hit and trial i was just looking for some concrete document or any other comparison doc if any available that would have helped me in shifting my code to newer TLF.
Thanks,
Vivek.
