Combo Box - Font on Closed
hi
i changed font using
_global.styles.combobox.fontfamily = "aaa";
where asu embedded font
the font displays correctly when combo box open closed still show default _sans
anyone on changing display font when closed?
many
mark
i changed font using
_global.styles.combobox.fontfamily = "aaa";
where asu embedded font
the font displays correctly when combo box open closed still show default _sans
anyone on changing display font when closed?
many
mark
try this:
import mx.styles.cssstyledeclaration;
_global.styles.combobox = new cssstyledeclaration();
_global.styles.combobox.setstyle("fontfamily","aaa");
tim
import mx.styles.cssstyledeclaration;
_global.styles.combobox = new cssstyledeclaration();
_global.styles.combobox.setstyle("fontfamily","aaa");
tim
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment