Quick Tip: Flex ArrayCollection filter in-line
A quick tip for those of you who want to do some ArrayCollection filtering, for let’s say duplicates. Rather than have two methods, do it all in-line: <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white" creationComplete="init()"> <mx:Script> <


