Re: [flexcoders] Re: updating data in Actionscript

2008-11-13 Thread Fotis Chatzinikos
Try [bindable] var myArrayCollection:ArrayCollection ; now whenever your blaze implementation provides a result, assign the array to your deeply nested array: myArrayCollection = (event.result as myrealyComplexObject).deep.inside.somewhere.else.THE_ARRAY_I_AM_INTERESTED_IN ; done or post som

Re: [flexcoders] Re: updating data in Actionscript

2008-11-13 Thread john fisher
well then I *really* don't understand what you are up to, and haven't tried the BlazeDS... so any further discussion with me will probably result in me learning from you instead of helping. it *sounds* like your set-up is over-complex, but no doubt you have requirements to follow. to me theres a sw