I am using Flex SDK 4.5 and I want to Convert ArrayCollection to ArrayList to populate ComboBox. How Can I do this?
Try this :
new ArrayList(yourArrayCollectionObject as Array);