If you have an array, just pass it in as the dataProvider.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Preet Sent: Monday, September 17, 2007 10:25 PM To: [email protected] Subject: [flexcoders] Combo box with Remote Object Hi Guys, am having a doubt on using the combo box control in Flex Application. The values in the combo box has to be read from a file and display within a combo box, for this I used Remote object method. am not getting how to write a function for store the data in a Array Collection and display it and display the content when i clicked on it. Does anybody know any ways of overcoming this problem? Thanks, Tomt.

