RE: [flexcoders] Bind ComboBox to returning XML (HOW TO)

2009-03-23 Thread Tracy Spratt
s@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of Matthew A. Wilson > Sent: Tuesday, 24 March 2009 8:12 a.m. > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Bind ComboBox to returning XML (HOW TO) > > > > Need help with a combobox... > > I have

Re: [flexcoders] Bind ComboBox to returning XML (HOW TO)

2009-03-23 Thread Fidel Viegas
; >   // add item to combobox dataprovider > > > comboboxAC.addItem(obj); > >     } > >   } > > > > T > > > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups

RE: [flexcoders] Bind ComboBox to returning XML (HOW TO)

2009-03-23 Thread Wildbore, Brendon
excod...@yahoogroups.com] On Behalf Of Matthew A. Wilson Sent: Tuesday, 24 March 2009 8:12 a.m. To: flexcoders@yahoogroups.com Subject: [flexcoders] Bind ComboBox to returning XML (HOW TO) Need help with a combobox... I have a combobox that I want to load from a database. The text will be a name, an

[flexcoders] Bind ComboBox to returning XML (HOW TO)

2009-03-23 Thread Matthew A. Wilson
Need help with a combobox... I have a combobox that I want to load from a database. The text will be a name, and the value will be an integer. That's it - pretty straightforward. Just can't seem to figure it out. The xml will look like this: Thanks so much in advance for your help!!!