[flexcoders] TextArea number of lines.

2007-04-18 Thread uday kiran
How can I restrict the number of lines in Textarea. Is there any built in fumction? Thank you, Uday Kiran. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [flexcoders] TextArea number of lines.

2007-04-18 Thread Roman Protsiuk
If it's OK to validate it can be reg ex validation for specific number of \r characters. If not, try something else, like manually controlling quantity of \r characters in text, not allowing to enter another one. R. On 18 Apr 2007 05:42:44 -0700, uday kiran [EMAIL PROTECTED] wrote: How can

Re: [flexcoders] TextArea number of lines.

2007-04-18 Thread Ben Marchbanks
Look at TextLineMetrics class. It may give you a method to do what you want. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC 864.284.9918 uday kiran wrote: How can I