These are common coding errors. The first one normally indicates that you are trying to bind to a variable that has not been described as bindable. You do this with a directive about the declaration.
 
[Bindable]
public var myString:String = "my string";
 
The second error indicates you have attempted to reference an object that has not been created yet.  This is often a timing issue.
 
 
Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, July 05, 2006 2:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] anyone out there in eclipse land?


know how to suppress the:

"warning: unable to bind to property ... "

and

"TypeError: Error #1009: Cannot access a property or method of a null
object reference."

in the eclipse console?

----------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure. If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
----------------------------------------------------------

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to