[flexcoders] ListCollectionMap

2010-06-04 Thread ilya_persky
Hi guys! I wanna share a thing I coded recently: it is a ListCollectionMap class, that adds map functionality to ListCollectionView sort and filter. A lot of times I felt I was missing something like this, especially when using Mate framework where everything is controlled by flows of binding

Re: [flexcoders] ListCollectionMap

2010-06-04 Thread Oleg Sivokon
Cool, really, thanks for sharing. Although I didn't like the idea of extending Proxy... I think the bug where the dataProvider is accessed in a dataProvider[i] way should've been fixed now... There are also couple of wrong assumption that ListCollection makes when treating data as Arrays, thus not