Re: TextArea ignoring new lines

2013-02-11 Thread Alex Harui
Are there \r or \n in the strings? Try using getCharAt() to examine the string. If there are, then somehow, the multiline flag got turned off on the internal text widget. On 2/11/13 6:51 AM, "Oleg Konovalov" wrote: > I can see '\' characters in myTextArea.text. Should I try replacing them >

Re: TextArea ignoring new lines

2013-02-11 Thread Oleg Konovalov
I can see '\' characters in myTextArea.text. Should I try replacing them with '\n' or that won't help? As I said, that TA doesn't display new lines. Any TA properties can help? TIA, Oleg On Feb 8, 2013 1:15 PM, "Oleg Konovalov" wrote: > Hi, > > > I am working on old Flex3 (Cairngorm2) app. > >