RE: [flexcoders] Combo Boxes, Validation and Binding

2004-06-06 Thread Dimitrios Gianninas
Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 1:23 AM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Combo Boxes, Validation and Binding If myModel.cardType is undefined it sure seems like it's not getting set :-) Put a change handler on your Comb

RE: [flexcoders] Combo Boxes, Validation and Binding

2004-06-05 Thread Matt Chotin
groups.com Subject: [flexcoders] Combo Boxes, Validation and Binding   Ok, I have a little dilemma   Say you have a ComboBox which has a list of credit card type, which is populate via a remote call: myCombo.dataProvider = myCCList; No problem, that works and it is populated. Each elem

RE: [flexcoders] Combo Boxes, Validation and Binding

2004-06-04 Thread Clint Modien
if you can.. can you attach the mxml file?   or paste it into the next message…       From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 3:12 PM To: [EMAIL PROTECTED] Subject: [flexcoders] Combo Boxes, Validation and Binding   Ok, I have a

Combo Boxes, Validation and Binding

2004-06-04 Thread Dimitrios Gianninas
Ok, I have a little dilemma   Say you have a ComboBox which has a list of credit card type, which is populate via a remote call: myCombo.dataProvider = myCCList; No problem, that works and it is populated. Each element in the list is an object with two fields, "id" and "name". Except the fi