RE: [flexcoders] Re: Sugestion for ComboBox component

2007-12-30 Thread Tracy Spratt
Sent: Saturday, December 29, 2007 4:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sugestion for ComboBox component have you tried using myCombo.selectedItem = aTextValue? I don't know if that works, I'm just suggesting it is worth a try. Painful experience of a change

RE: [flexcoders] Re: Sugestion for ComboBox component

2007-12-28 Thread Tracy Spratt
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of danielvlopes Sent: Friday, December 28, 2007 2:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sugestion for ComboBox component Hello Tracy, i made exactly this, extended and use this function: public function setComboItem(combo:String

RE: [flexcoders] Re: Sugestion for ComboBox component

2007-12-28 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sugestion for ComboBox component In my case when had more than one value i always use dataprovider with id and nome, in this case i use this method: public function setComboComplexItem(combo:String,item:String):void{ for(var i:Number = 0; i