[flexcoders] Re: Populating comboBox

2008-01-11 Thread candysmate
--- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: one very small point, you can get rid of the line which adds a dummy Select item by setting the prompt on the combo OOps, missed that. Thanks for the heads up Simon.

[flexcoders] Re: Populating comboBox

2008-01-10 Thread candysmate
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: ComboBox or most of the list-base components expect label and data properties in dataProvider. If your dataProvider has different properties, you can use the labelField or labelFunction fields to show the label (which in

[flexcoders] Re: Populating comboBox

2008-01-10 Thread simonjpalmer
one very small point, you can get rid of the line which adds a dummy Select item by setting the prompt on the combo --- In flexcoders@yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: I'm tring to populate a comboBox with var dsWeek:Array = []; [Bindable] var dsWeekArray = new

RE: [flexcoders] Re: Populating ComboBox from Model/XML

2006-07-23 Thread John Mazzocchi
Thank you. Much appreciated. John -Original Message- From: ericonanson [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 July 2006 12:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Populating ComboBox from Model/XML Hi, here is something that works, if you know cold fusion

[flexcoders] Re: Populating ComboBox from Model/XML

2006-07-21 Thread ericonanson
Hi, here is something that works, if you know cold fusion then create a cfc that has the data you want and call it from a webservice, other wise populate an xml file and call that. Step one; Create xml file - name it mydata.xml ?xml version=1.0 encoding=UTF-8? obj item