Hi frds
I want to fill combobox. i have one ArrayCollection in ArrayCollection
10 EmpVO added and i want to fill only employee code which is in
EmpVO
is it possible or i have to create one ArrayCollection and add in it
then put this EmployeeArray in combo Dataprovider. any best process
for this
public var EmployeeArray:ArrayCollection = new ArrayCollection(
[ {label:"--", data:1},
{label:"--", data:2},
{label:"--", data:3} ]);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---