same here, I use James Warner's PagedList and that broke in 4.10. adding removeItem() fixes it.
problem my show up in other places that implement iList. julio On Jul 26, 2013, at 1:02 PM, Alex Harui <[email protected]> wrote: > Do you have custom Ilist implementations? What do they do? > > On 7/26/13 8:50 AM, "mark goldin" <[email protected]> wrote: > >> Yes, in every IList implementation. >> Needed to add >> public function removeItem(item:Object):Boolean >> { >> return false; >> } >> >> >> On Fri, Jul 26, 2013 at 10:45 AM, Alex Harui <[email protected]> wrote: >> >>> Yes. Are you getting an error? >>> >>> On 7/26/13 8:27 AM, "mark goldin" <[email protected]> wrote: >>> >>>> Looks like this interface has been changed. Will that change make into >>> the >>>> final release? >>>> >>>> Thanks >>> >>> > -- Julio Carneiro
