[flexcoders] Re: How to listen for collection change event in a nested collection?

2012-08-24 Thread Alexei Vinidiktov
Please disregard my question. I've found out why the Collection Change event wasn't firing. It had nothing to do with the code that I presented in my email. On Fri, Aug 24, 2012 at 7:35 PM, Alexei Vinidiktov < alexei.vinidik...@gmail.com> wrote: > Hello, > > I ha

[flexcoders] How to listen for collection change event in a nested collection?

2012-08-24 Thread Alexei Vinidiktov
ECTION_CHANGE, cardsListChanged); } And this: for each (var item:Lesson in lessonList) { item.cards.addEventListener(CollectionEvent.COLLECTION_CHANGE, cardsListChanged); } But the events don't seem to fire. What am I missing? -- Alexei Vinidiktov