Re: [FlexJS] ArrayList and events with items

2017-03-01 Thread piotrz
Alex, I just introduce CollectionEvent and use it in ArrayList. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-ArrayList-and-events-with-items-tp59902p59958.html Sent from the Apache Flex De

Re: [FlexJS] ArrayList and events with items

2017-02-27 Thread Alex Harui
On 2/27/17, 10:45 AM, "piotrz" wrote: >Hi All, > >I'm exploring ArrayList and I was wondering why dispatched events new >Event("itemRemoved") do not contains removed item ? Is it for purpose ? > >It's hard to implement logic after change when I don't know actually what >has been removed or adde