[flexcoders] Creating TextArea height from String;

2008-09-22 Thread Sajid Hussain
Gurus, I want to create or set textarea's height from string(message from other user) I did folwoing code   messageBox.htmlText=msg; messageBox.validateNow(); messageBox.height=messageBox.textHeight;   but height got chance but stiill it dont work exactly it shows scrollbar to textarea about

RE: [flexcoders] Creating TextArea height from String;

2008-09-22 Thread Ryan Graham
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sajid Hussain Sent: Monday, September 22, 2008 12:46 PM To: Code Subject: [flexcoders] Creating TextArea height from String; Gurus, I want to create or set textarea's height from string(message from