RE: [flexcoders] Re: combobox fills in with blank element

2008-07-11 Thread Tracy Spratt
Does signalList have an extra element in it? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of netdeep Sent: Friday, July 11, 2008 11:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: combobox fills in with blank ele

Re: [flexcoders] Re: combobox fills in with blank element

2008-07-11 Thread Mauricio Rogério Obenaus
I had a problem like that, try this: var newList:ArrayCollection(signalList); for (var i:int=0; i wrote: > > Here is the relevant code from the component with the combobox: > > [Bindable] > private var signalList:ArrayCollection = new ArrayCollection(); > > public function setSignals(sig:ArrayCol