Overwrite Text Functionality
Hi,
I would like to overwrite text in a textFlow with new text, keeping the currently selected format.
IEditManager(_textFlow.interactionManager).setSelection(0,_textFlow.textLength);
IEditManager(_textFlow.interactionManager).overwriteText(txt);
Sadly, however, the text gets inserted before the existing text, the "old" text is highlighted. Is there a different way? How can I replace the complete text of a textFlow?
I am using the original November built.
For any hint I'd be extremely greatful.
