Hi,

just notice that something like this

private function changeHandler(event:Event):void {
Alert.show('RadioButton selected is: ' + event.target , 'RadioButton
selected.');
}

in a group of radio


<j:RadioButton text="RadioButton (change) 1" groupName="radios-change" value
="Test Change 1" change="changeHandler(event)"/>
<j:RadioButton text="RadioButton (change) 2" groupName="radios-change" value
="Test Change 2" change="changeHandler(event)"/>
<j:RadioButton text="RadioButton (change) 3" groupName="radios-change" value
="Test Change 3" change="changeHandler(event)"/>


resolves event.target to EventDispatcher.

Don't should this be RadioButton instead? is this a bug?

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to