[flexcoders] bindable typed array

2006-12-20 Thread Bjorn Schultheiss
Hey, I'm looking for an elegant solution here :) i've got a TypedArray class which extends Array and i have the property on my model typed as an ArrayCollection to make it and it's contents bindable. I guess the elegant solution here would be to have something like this, public function

Re: [flexcoders] bindable typed array

2006-12-20 Thread Bjorn Schultheiss
Sorry guys, just found the source property on ArrayCollection, sorted. B On 21/12/2006, at 1:48 PM, Bjorn Schultheiss wrote: Hey, I'm looking for an elegant solution here :) i've got a TypedArray class which extends Array and i have the property on my model typed as an ArrayCollection to