try dispatching an event in the setter and binding that event in the getter
----- Original Message ---- From: reflexactions <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, February 9, 2008 8:24:33 AM Subject: [flexcoders] Binding to an overridden property I am trying to bind a TextArea.text property to the data property in an panel. This works fine until I overrode the getter of panel data property, even with a simple override that does nothing but return super.data the binding seems to stop working. Once overriden if I set data although it updates correctly, the TextArea.text property does not get updated. Any thoughts on why and how to resolve this ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

