Mmm I think that's the answer changing the textbox for a list. saul
-----Original Message----- From: Alex Harui [mailto:[email protected]] Sent: Wednesday, April 16, 2014 5:41 PM To: [email protected] Subject: Re: Limiting the #of lines in a textbox As the user is typing or for some scrollable output? For the latter you can try putting each line in an ArrayList and displaying in a List, then remove and add to the ArrayList as needed. -Alex On 4/16/14 2:45 PM, "Saul DIaz" <[email protected]> wrote: >Hi, > > > >There is any way to limit the # of lines in a textboxt using apache flex? >Like removing the line in front everytime we add 1 in the back? > > > >Regards > >Saul >
