Hi all, I currently have to deal with a feature that needs to allow user to position the image inline with the text at a grid cell. >From what I read, the current best bet would be to use Text Layout Framework >(TLF). >From the samples, it seems exactly to do what I need.
But when I try to integrate it as itemRenderer in the grid, the TextFlow couldn't appear correctly. It's just showing it as a tiny pixel on the top-left corner of the grid cell. I know that the TextArea in Flex 4 does support TLF but I will not be able to use it since my application is still under Flex 3.6 SDK (don't bother to tell me to migrate to Flex 4). So I am just wondering if anyone know any open-source TLF-based TextArea for Flex3 or maybe giving me some guides on how to make it work as itemRenderer? Thank you! Handi