What does "This is a test" mean?
TextArea doesn't display "data", it displays text. It uses TextField, a Flash Player class, to display that text, and TextField cannot display text from bottom to top. If your text consists of short non-wrapped lines ending with "\n", then using String.split() to split your text into lines, Array.reverse() to reverse the lines, and String.join() to reassemble them in the opposite order. Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Monday, August 11, 2008 9:58 AM To: [email protected] Subject: [flexcoders] Re: Question for TextArea display ? This is a test. I need to extend TextArea to disply data from bottom to top. do you have any idea? Thanks Mark

