I would like to put an eventListener on an ArrayCollection\'s length propret开发者_开发技巧y, but I don\'t know how to go about this.
I have two xml files, defect. xml and employee.xml. But the files havea common field but with different names in each file. I want both the files to be merged in to a single array collection.
I\'m trying to use a BarChart in Flex. I\'d like it to order the bars according to the order of the ArrayCollection I fed it. i.e. data at index 0 should be the first bar on top. However, Flex is givi
I am trying display values in a datagrid in my application. I have all the values as an xml file. I had only one set of record n the XML file,to fill only one row of the data grid. While trying to sto