Few doubts on TLF API
Hi All,
I have explored TLF API and have few doubts to implementation. Here is my list of doubts(All in context of Flex 3.2, no flex 4 as of now):
1. Can I use TLF with List Component, I want to use single TextFlow to manage all text in a single object and then have LinkedContainers kind of
functionality within itemRenderers. Is it possible ?
2. I want to use inline text change(don't know the exact term). Its like, when I type in "[smile]", I want to replace it with an image/gif, so
I want to add an InlineGraphicElement when this text gets added, but I am unable to find the text typed in before, I tried to listen to
flashx.textLayout.events.FlowOperationEvent.FLOW_OPERATION_END and FLOW_OPERATION_START, could anybody guide, which event I should be listening to,
in order to replace that text with an inline graphic element ?
3. I had a look at TLFDataGridItemRenderer.as, but I think this class is intended to be used in Flex 4, am I correct ? if yes then how I can have
something similar for List Component in Flex 3 ?
4. Is it possible to have the change log i.e. comments given during the checkin to have a better understanding, how it progressed. Possibly import
of changelog of tlf api.
Thank you
--
Best Regards;
Chetan Sachdev
http://www.riageeks.com
