Hi folks,

I am creating a set of radio buttons and a radio button group in a 
function, along these lines:

var ourgroup=cell2.createChild
(mx.controls.RadioButtonGroup,"rgroup_" + i,{});
cell2.createChild(mx.controls.RadioButton,"b1_" + i,
{label: '1',width: 25, groupName:"rgroup_" + i});
cell2.createChild(mx.controls.RadioButton,"b2_" + i,
{label: '2',width: 25, groupName:"rgroup_" + i});
cell2.createChild(mx.controls.RadioButton,"b3_" + i,
{label: '3',width: 25, groupName:"rgroup_" + i});
cell2.createChild(mx.controls.RadioButton,"b4_" + i,
{label: '4',width: 25, groupName:"rgroup_" + i});

What is the best way to specify a change handler function for the 
radiobuttongroup? I cant seem to locate a good example of this.

Thanks,
Max





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to