[flexcoders] Re: 'Pointer' in actionscript?

2008-06-19 Thread fb6668
Thanks, I figured it out that when using simple object types, things seem to be passed by value, whereas with complex data types, they are passed by reference. So your suggestion of simply changing itemLocation to an ArrayCollection sorted it out. Cheers! --- In flexcoders@yahoogroups.com, Amy

[flexcoders] Re: 'Pointer' in actionscript?

2008-06-16 Thread Amy
--- In flexcoders@yahoogroups.com, fb6668 [EMAIL PROTECTED] wrote: Hi. I have a custom component which uses data from my modellocator. Depending on the way this component is called depends where abouts this data comes from, ie: private var _itemLocation:Object; [Bindable] protected