RE: [flexcoders] Flex TextArea Limited by number of lines.

2008-12-04 Thread Keith Reinfeld
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex TextArea Limited by number of lines. This hasn't been a common request. What is your use case for allowing a user to type up to, say, three lines but no more? Most UIs I've seen limit the number of characters you can type, not the number

RE: [flexcoders] Flex TextArea Limited by number of lines.

2008-12-03 Thread Alex Harui
There was a thread on this in the past month or two From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Wednesday, December 03, 2008 7:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex TextArea Limited by number of lines. Has anyone ever done

RE: [flexcoders] Flex TextArea Limited by number of lines.

2008-12-03 Thread Keith Reinfeld
: RE: [flexcoders] Flex TextArea Limited by number of lines. There was a thread on this in the past month or two From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Wednesday, December 03, 2008 7:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Flex TextArea Limited by number of lines.

2008-12-03 Thread Gordon Smith
This hasn't been a common request. What is your use case for allowing a user to type up to, say, three lines but no more? Most UIs I've seen limit the number of characters you can type, not the number of lines. I think you have two choices: use the 'textInput' event to limit the amount of text