I checked it and double checked it..... very frustrating. .

Sherif Abdou wrote:
> There is no setTextFromat property in the TextArea
>
> ----- Original Message ----
> From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Thursday, January 17, 2008 10:58:06 AM
> Subject: [flexcoders] Error: Call to a possibly undefined method 
> setTextFormat
>
> Why am I getting: " Error: Call to a possibly undefined method
> setTextFormat" ?
>
> I did a search on google and got zero results for "Error: Call to a
> possibly undefined method setTextFormat"
> I totally do not understand why I am the only person in the history of
> the world who is getting this error.
>
> Feedback IS a TextArea, and setTextFormat IS a method of TextArea so it
> makes no sense at all.
>
> var formatter:TextForma t= new TextFormat() ;
> formatter.bold= true;
> formatter.size= 30;
> feedback.setTextFor mat(formatter) ;
>
> <mx:TextArea id="feedback" width="230" fontWeight=" bold" text="" x="350"
> y="100" >
>
> </mx:TextArea >
>
>
>
> ------------------------------------------------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try 
> it now. 
> <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ%20>
>  
>
>  

Reply via email to