[flexcoders] Re: Passing objects to components

2008-07-14 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Object is dynamic and you can't bind to it. (I would expect binding warnings from the compiler) Create your own bindable class. Or wrap the Object in ObjectProxy, if I recall correctly. Couldn't he also do something

[flexcoders] Re: Passing objects to components

2008-07-13 Thread Michael VanDaniker
You've declared that the instance obj should be bindable, but that doesn't make the properties on the class Object bindable. What you can do is create a class for the object you want to pass your custom component and add the bindable metadata tag to the properties you want to bind on. You can

Re: [flexcoders] Re: Passing objects to components

2008-07-13 Thread Dan Vega
So there is no way to push the object down to my component? On Sun, Jul 13, 2008 at 2:40 PM, Michael VanDaniker [EMAIL PROTECTED] wrote: You've declared that the instance obj should be bindable, but that doesn't make the properties on the class Object bindable. What you can do is create

RE: [flexcoders] Re: Passing objects to components

2008-07-13 Thread Tracy Spratt
] On Behalf Of Dan Vega Sent: Sunday, July 13, 2008 3:11 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Passing objects to components So there is no way to push the object down to my component? On Sun, Jul 13, 2008 at 2:40 PM, Michael VanDaniker [EMAIL PROTECTED] mailto:[EMAIL