[flexcoders] Changing the dataProvider for a ComboBox doesn't seem to work properly

2010-05-28 Thread Nick Middleweek
Hi, I have a ComboBox with it's dataProvider set to an Array( =, , , ); If a TextInput is changed, I want to change (or update) the ComboBox dataProvider to use this Array( =, ); And if that TextInput is blank (), then I want to switch it back to Array( =, , , ); I've tried declaring two

Re: [flexcoders] Changing the dataProvider for a ComboBox doesn't seem to work properly

2010-05-28 Thread Akshar Kaul
use arraycollection as the dataprovider. also set [Bindable] tag before the variables. Akshar Kaul On Fri, May 28, 2010 at 15:18, Nick Middleweek n...@middleweek.co.ukwrote: Hi, I have a ComboBox with it's dataProvider set to an Array( =, , , ); If a TextInput is changed, I want to