RE: [flexcoders] Checkbox value

2005-11-23 Thread Tracy Spratt
Title: RE: [flexcoders] Checkbox value Sorry, I got confused.   Ignore my post.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Tuesday, November 22, 2005 5:00 PM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] Checkbox value

2005-11-22 Thread Mehdi, Agha
Title: RE: [flexcoders] Checkbox value Didn't know there was data property available for checkbox. I couldn't see that anywhere. One more thing. Please see the code Below:                         id="parentComp"      

RE: [flexcoders] Checkbox value

2005-11-22 Thread Mehdi, Agha
, November 22, 2005 2:04 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Checkbox value   If you create a custom component extending the checkbox component, you can accomplish this by adding a property to your checkbox.   The AS for creating your property would look "some

RE: [flexcoders] Checkbox value

2005-11-22 Thread Tracy Spratt
myComplexObject:Object = myComboBox.selectedItem.myComplexObject;   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Tuesday, November 22, 2005 1:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Checkbox value   How can I make it so

RE: [flexcoders] Checkbox value

2005-11-22 Thread Andora, Greg
p Database Analyst/Programmer(702) 862-7725   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Tuesday, November 22, 2005 10:41 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Checkbox value How can I make it so that my CheckBox also holds dat

RE: [flexcoders] Checkbox value

2005-11-22 Thread João Fernandes
: flexcoders@yahoogroups.com Subject: [flexcoders] Checkbox value How can I make it so that my CheckBox also holds data property of an object and not just show the label. Basically, I have an object with data and label properties and I want the CheckBox to hold the data and display the label. If

[flexcoders] Checkbox value

2005-11-22 Thread Mehdi, Agha
Title: Checkbox value How can I make it so that my CheckBox also holds data property of an object and not just show the label. Basically, I have an object with data and label properties and I want the CheckBox to hold the data and display the label. If CheckBox can't do that then I'm gonna h