Recently, I discovered MATE (for Flex development) and wondered: how to associate a property in the view (actually the navigatorcontent component) with another property in the class so that they stay in sync (which means that whenever a property in the class changes the property in the view, is also changing).
So, if we have a view called Target.mxml and the targertProp property, how do we bind it to the SourceClass with the SourceProp property?
Thanks in advance
source
share