[flexcoders] Passing binding data to a custom combobox

2005-07-26 Thread Kim Reddington
I have a statePicker component that I created.  If I try to pass a value to the statePicker, then the comboBox will display the proper label for the data I passed in.  For example,   this line of code will display Massachusetts in the comboBox.   What I really need to do is bind the data

RE: [flexcoders] Passing binding data to a custom combobox

2005-07-26 Thread Matt Chotin
, 2005 4:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing binding data to a custom combobox   I have a statePicker component that I created.  If I try to pass a value to the statePicker, then the comboBox will display the proper label for the data I passed in.  For example