I'm not sure what you mean by
"setting the number of lines in the TextArea component"? If you want
to control where line breaks occur, put the \n character into the 'text'
String. To get the line position of a particular
character try using getCharBoundaries() and then getLineIndexAtPoint(). - Gordon From: Is there any possibility to set number of lines in
Text Area component? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Lines in text area component Gordon Smith