disable radio button group in flash
Posted
by c11ada
on Stack Overflow
See other posts from Stack Overflow
or by c11ada
Published on 2010-03-30T21:34:08Z
Indexed on
2010/03/30
21:53 UTC
Read the original article
Hit count: 503
flash
|radiobutton
hey all,
im trying to disable a radio button group in flash, so users cant change the selected item.
im using the following code to create the radio button
var rbuttongroup:RadioButtonGroup=new RadioButtonGroup("radioGroup");
then adding radio buttons to it on the fly, my question is how do i go about disabling the radio buttons ?
thanks
© Stack Overflow or respective owner