RE: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-22 Thread Abdul Qabiz
tails on second combobox's change event. Hope that helps.. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 8:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to load the XML data in to mxml compon

Re: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-22 Thread Venkat Pathy
##contactList.xml## > > > > >Argentina >Robert > > >Argentina >Alex > > > Bolivia > Alex > > > Argentina > Rose > > >Argentina >

Re: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-20 Thread Venkat Pathy
> > > ##contactList.xml## > > > > >Argentina >Robert > > >Argentina >Alex > > > Bolivia > Alex > > > Argentina > Rose > > >

RE: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-19 Thread Abdul Qabiz
] Sent: Tuesday, April 19, 2005 8:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to load the XML data in to mxml components w ith Sorting .. Hi matt, Thank you very much for immediate reply. i applied that code. but i think i did some mistakes. please correct that how

Re: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-19 Thread Venkat Pathy
Hi matt, Thank you very much for immediate reply. i applied that code. but i think i did some mistakes. please correct that how should i call thaty functions 1st Combo 2nd Combo please explain me how do i pass cantactList. Thanks & Regards pathy On 4/16/05, Matt Chotin <[EMA

RE: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-15 Thread Matt Chotin
I think you’re going to need two data structures to help you out.  The first one can be a Map (represented in AS by an object) of countries and the contacts that are in them.  The second is an Array of the countries themselves.   Var countryMap : Object; Var countryList : Array;   Fu