[flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
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.

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread Sherif Abdou
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

RE: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread Alex Harui
@yahoogroups.com 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

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
: [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

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread Doug McCune
] 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

RE: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread Gordon Smith
Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Thursday, January 17, 2008 9:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
McCune *Sent:* Thursday, January 17, 2008 9:06 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat setTextFormat is not a method of TextArea. setTextFormat is a method of TextField. TextArea is not the same as TextField