[flexcoders] Question for TextArea display ?

2008-08-11 Thread markflex2007
Hi, I did the following test, and textarea display order is top to bottom so the result is when I run the test. one two three May I change the textarea display to bottom to top and the result is three two one Thanks for help Mark PS test code: ?xml version=1.0 encoding=utf-8?

Re: [flexcoders] Question for TextArea display ?

2008-08-11 Thread [EMAIL PROTECTED] Uttarwar
just change for loop, for(var i : Number =myArray.length; i= 0 ; i--) 2008/8/11 markflex2007 [EMAIL PROTECTED] Hi, I did the following test, and textarea display order is top to bottom so the result is when I run the test. one two three May I change the textarea display to bottom to