Question
Append TextFlow to text area
Hi,
I'm need a text area that supports html text. I was wondering how I could append a TextFlow to the content of the text area, without parsing its entire content.
I've tried somthing like this:
tArea.textFlow.addChild(TextConverter.importToFlow(currentText, TextConverter.TEXT_FIELD_HTML_FORMAT));
but it won't work.
Do you have any workarounds for this?
Thanks,
Danut
