TLF's and FLEX's packages
Hello all,
I'm started to use Flex and ActionScript recently, and am looking into the UndoManager class.
However, I got confused by FLEX 4 and TLF.
For example,
In FLEX’s documentation, class UndoManager exists in flashx.undo package
http://help.adobe.com/en_US/Flex/4.0/langref/flashx/undo/UndoManager.html
, while in TLF’s documentation, it exists in package flashx.textLayout.edit
http://livedocs.adobe.com/labs/textlayout/flashx/textLayout/edit/UndoManager.html
For interface IFlowComposer, it exists in package flashx.textLayout.compose, for both FLEX’s and TLF’s documentation.
However, the members listed in these two documentations are not exactly the same.
In TLF’s doc
http://livedocs.adobe.com/labs/textlayout/flashx/textLayout/compose/IFlowComposer.html
IFlowComposer has a method named updateAllContainers(),
while I couldn’t find it in FLEX’s doc
I thought it might be caused by the compatibility of FLEX 4 and FLEX 3, and also, TLF should've been included in FLEX 4.
I therefore created a project using FLEX 3.4 or even 3.2.
But still, I couldn't find a proper TLF lib with a package structure consistent with adobe's documentation I found.
Could anybody give me a hand about this ... ![]()
Thanks
