Anyone know why attempting to make a RadioButton label multiline in Flash 8
will not work? The following code snippet results in totally different
behavior:

 

import mx.controls.RadioButton;

 

var rad:RadioButton     = this.createClassObject( RadioButton, "rad", 1 );

rad.setSize( 100, 44 );

rad.label = "So Far, So Good, So What";

rad.labelPath.multiline = true;

rad.labelPath.wordWrap  = true;

rad.labelPath.autoSize  = "left";

 

I have a subclass of RadioButton that adds multiline behavior I created over
a year ago and its exhibiting the same behavior. Any thoughts out there?

 

Regards,

 

Brooks

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to