When TLF is inside a Flex component, the hostFormat is determined by Flex's CSS style system; it's not intended to be set directly. So please try
rt.setStyle(''lineBreak'', ''explicit'');
However, I would expect
myTextFlow.lineBreak = LineBreak.EXPLICIT;
to also work. If it doesn't, please file a bug at http:/bugs.adobe.com/flex.
Gordon Smith
Adobe Flex SDK Team
No comments:
Post a Comment