RE: [flexcoders] Cannot assign selected value from a radiobutton that was created dynamically.

2005-08-18 Thread Oscar . Cortes
Thanks, this worked. I will read more about EventListener and Delegate

RE: [flexcoders] Cannot assign selected value from a radiobutton that was created dynamically.

2005-08-17 Thread Matt Chotin
addEventListener(“click”, mx.utils.Delegate.create(this, clickRadioButton);   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 12:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot a