Hi all, I am in the process of trying to customize TLF to be able to read my custom html tag that will be able to render Flex container.
I am using TLF code that's related to InlineGraphicElement as my reference for this customization. I think I got into a good point where the Flex container is added but the style doesn't get rendered (blue border and red background). I don't know why that is but my best guess is the validation doesn't get called since TLF is not based on Flex. To verify this I tried another experiment by creating a subclass of RectangularBorder where the updateDisplayList overridden with code that has drawRect,and bla bla. I found out that updateDisplayList never gets called at all. Here's the framework that I am using: - Flex 3.6 - TLF 3.0 Could anyone please point me into the right direction on how to solve this issue? Thank you, Handi

