PDA

View Full Version : Text Aberration in quiz template.....


Jackred22
09-03-2005, 01:24 PM
I am having a problem in a quiz template....I have a series of fifteen multiple choice questions with checkboxes and for some reason the lable first shows Times 10# for a split second and then goes to the formated font and style. I am using:

_global.styles.CheckBox = new mx.styles.CSSStyleDeclaration();
_global.styles.CheckBox.setStyle("fontWeight","bold");
_global.styles.CheckBox.setStyle("fontFamily","Arial");
_global.styles.CheckBox.setStyle("marginLeft","3");
_global.styles.CheckBox.setStyle("fontSize","14");
_global.styles.CheckBox.setStyle("color","0x0000CC");

to format but it still does the same font change...any ideas?

Thanks!!!

Jackred22
09-06-2005, 06:23 AM
I still haven't been able to overcome this, "glitch"?, in the checkbox labels....

Could someone please help me here?????


Thanks!