On 7/6/16, 7:04 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>I use ArrayCollection a lot in my Flex code. The Collection project in >FlexJS does not have ArrayCollection, so there’s no way to just change a >package name in that code. Is ArrayList a drop-in for ArrayCollection? org.apache.flex.collections.ArrayList is more like Spark/MX ArrayList. ArrayCollection would have more functionality like filtering and proxy access via []. The MX/Spark port to FlexJS will have to reproduce the legacy ArrayCollection. It's been a while since I've worked on the port but you can look in the branch if you want. It depends on what you used ArrayCollection for. -Alex