RE: [flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data?

2007-02-14 Thread Dimitrios Gianninas
it wont get called when u create a new instance... it will get called when call addItem(), removeItem(), etc... Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of martywolf11 Sent:

Re: [flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data?

2007-02-14 Thread slangeberg
Dang, You got me excited with: [ArrayElementType(cairngorm.vo.FriendVO)] public var friends:ArrayCollection; But, according to the docs, this only applies to type: Array. I tried it and compiler does not appear to pick up on this restriction, for ArrayCollection (I tried adding item not of