PDA

View Full Version : Change size of the radio button


veiky
03-06-2006, 05:17 AM
How will i change the size of the radio button?

I have tried the folloing thing:

pomStyle = new FStyleFormat();
pomStyle.textColor = 0xFFFFFF;
pomstyle.textSize = 20;

pomStyle.addListener(_root.radio1);
pomStyle.addListener(_root.combo1);

Using this code size of the combo box increases but size of the radio button remaims the same. Why so?

Is there any way to increase the size of radio button also?