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 >
