Question
AppendText in HTML format?
I am working on an AIR app and I am almost there...I have a
simple sql query sending back data via a SELECT, I can trace the
results and I can feed them to a TextArea. What I want to do is
format that textArea as HTML.
when I set the TextArea.htmlText attribute it deletes my return...
So what I need to do is append the results as html formatted text in the TextArea.
Is it possibe, and if not, what other options do I have.
Thanks in advance.
when I set the TextArea.htmlText attribute it deletes my return...
So what I need to do is append the results as html formatted text in the TextArea.
Is it possibe, and if not, what other options do I have.
Thanks in advance.