Flex has become Flash Builder Beta and, in the process, a number of changes have been made to the earlier version of the Text Layout Framework. The TLF is a revolutionary set of classes that enables you to include very rich text, even editable, into your Flash applications via Flash Builder (or the next version of Flash Pro).
If you’ve been experimenting with the TLF in earlier iterations, you’ll find a few changes in this latest build. Here are the ones I’ve found.
- CharacterFormat and ICharacterFormat have been replaced with TextLayoutFormat and ITextLayoutFormat.
- applyCharacterFormat has been replaced with applyLeafFormat.
- defaultConfiguration.noFocusSelectionFormat and defaultConfiguration.focusSelectionFormat have been replaced with defaultConfiguration.unfocusedSelectionFormat and TextFlow.defaultConfiguration.focusedSelectionFormat.
- DisplayObjectContainerController has been replaced with ContainerController
In all cases, you can do a simple search/replace since they are just name changes.
If you find any more, please let me know.


.gif)