How have you declared the asdf property?  If it’s declared just as a var you shouldn’t need to do anything.

 

Matt

 


From: James Ward [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 01, 2005 2:19 PM
To: [email protected]
Subject: [flexcoders] ChangeEvent on component in mxml component

 

Hi everyone.

I have a mxml component with a ValueObject in it.  I am binding to the
valueobject where I use the component. How can I generate an event when
the data changes?

My code is something like this:

<MyComponent data="">

in MyComponent.mxml I have something like:

<ValueObject id="data"/>

ValueObject is a .as file.


So how do I generate an event when {asdf} changes?

Thanks in advance.

-James



Reply via email to