On 6/7/16, 6:49 AM, "Fréderic Cox" <[email protected]> wrote:

>Also I tried to use mx:TextArea (which compiles fine). The TextArea shows
>the HTML formatted text until we edit it. Then the text format is lost due
>to the native textinput being overlayed I guess. Since mx:RichtTextEditor
>uses an mx:TextArea internally this is not a viable option either.

I haven't tried it myself, but what you are seeing doesn't sound like
things are configured correctly.  AIUI, (I could definitely be wrong,
though), a TextField-based TextArea doesn't popup an input widget like a
StageText.  If you want to pursue this further, make sure in your last
attempt that the app didn't somehow end up using Spark TextArea.

Regarding your prior post about a compile problem, it looks like your app
is trying to access mx:RichTextEditor by setting up a source path to the
source file.  But since MX libraries are not included by default in Mobile
projects, have you included the MX library?  Then you shouldn't need the
source path.

TextField "should" have the ability to control the font on each keystroke.
 You might want to test out a non-mobile version of mx:RichTextEditor to
make sure it works as expected then compare what you get on mobile.

HTH,
-Alex

Reply via email to