Re: [flexcoders] ComboBox edit field selection when populated

2008-10-10 Thread Mark Carter
Have you tried google for an autocomplete component? This should be helpful: http://www.websector.de/blog/2008/04/30/quick-tip-avoid-issues-using-adobes-autocomplete-input-component-using-flex-3/ There are also a few on the Adobe Exchange: http://www.adobe.com/cfusion/exchange/index.cfm -- V

[flexcoders] ComboBox edit field selection when populated

2008-10-09 Thread valdhor
I have a combobox that is unpopulated on open but is editable. As the user types, I check the length of the text field and at a certain point I fire off a RemoteObject call to the server. This returns a list of items that match what the user enters. Great, this bit works. Now, I want to populate t