Alternative to getLineText() in Flex4 (spark)?
We need to build a function that places a linefeed after each displayed line wrap. This is to save the entered text the same way it is displayed in the editor for its later reproduction as a PDF.
Now as getLineText() hasn't been included in the new components and we can't switch back to MX we have to retrieve every single line of characters a different way.
I'd like to know if there is an alternative to the MX getLineText() in Flex4 Spark with the RichEditableText, or at least a way to combine functions that will reach the same result.
