Posts Tagged ‘mx:ArrayCollection’

Changing live dragging on a TileList control in Flex

No Comments »

Changing live dragging on a TileList control in Flex

Read More »


Searching an ArrayCollection fast and easy – mx:ArrayCollection

No Comments »

Let’s say your Flex project needs to maintain a large amount of data, like all the userdata from you big ass site. You can use several datastructures in Flex to store complex userdata, from XML to linked lists. However, perhaps the most useful and easiest structure is the Flex native ArrayCollection. This structure gives you a lot for free, for instance.. searching for stuff.

Read More »