And confirmed. The change to Ilist is compatible with LCDS. I don't think we want to ask LCDS customers to monkey-patch mx.data.DataList.
Plus reports are that more folks than expected have custom Ilists and will have to add removeItem stubs or methods. I think we should revert this change to Ilist. It can stay in ListCollectionView. This is an example of the backward-compatibility consequences of changing interfaces. -Alex On 7/26/13 9:07 AM, "Alex Harui" <[email protected]> wrote: >This simple question caused me to go look: This change to Ilist may have >broken mx.data.DataList in LCDS/ADEP/DataServices. Has anyone compiled an >app that uses LCDS and DataList with 4.10? Someone was getting a verify >error in what appeared to be the class initializer but managed to get it >to go away, but I just realized that maybe there is a valid verifier error >because mx.data.DataList implements Ilist but does not have the new >removeItem method. My computer is still tied up running the resource >module tests. I will try it later unless someone beats me to it. > >-Alex > > >On 7/26/13 8: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 >> >
