Re: [flexcoders] Binding with Associatives Arrays

2007-11-19 Thread Stephen Allison
i'm trying to bind an associative array to some component property, You can get close-ish using ObjectProxy: [Bindable] var p:ObjectProxy; function init() { var obj:Object = {name: alice }; p = new ObjectProxy(d);

[flexcoders] Binding with Associatives Arrays

2007-11-13 Thread peuga
hello coders. i'm trying to bind an associative array to some component property, something like: - - - mx:Script ![CDATA[ [Bindable] public var monitorInfo:Object = new Object(); public function click():void{