[flexcoders] combobox- selecting an item within

2007-12-13 Thread bmilesp
i have an httpservice as a dataprovider for a combobox that outputs: countries country label=USA data=1/ country label=Canada data=2/ country label=Mexico data=3/ /countries i want canada to be selected initially. i know you can use selectedIndex, but that will not work for me since i can

RE: [flexcoders] combobox- selecting an item within

2007-12-13 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] combobox- selecting an item within i have an httpservice as a dataprovider for a combobox that outputs: countries country label=USA data=1/ country label=Canada data=2/ country label=Mexico data=3/ /countries i want canada to be selected initially. i know you can use

RE: [flexcoders] combobox- selecting an item within

2007-12-13 Thread Tracy Spratt
: Thursday, December 13, 2007 10:58 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] combobox- selecting an item within You'll have to scan the collection and determine the index that has the data you want and set selectedIndex From: flexcoders