It looks like changing the definitions of the interface and the class to
[Bindable]function get PURCHASED():String;
and
[Bindable]public function get PURCHASED():String { return
"PURCHASED"; }worked. So is it a bug that declaring the class and the interface as bindable was not enough? -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-How-Binding-works-tp57096p62485.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
