kethrobo
10-31-2004, 05:59 PM
I have a Combo Box and I want to use Maestro Font for the labels(This gives music notation.)
I have named instance COMBO1.
I have new layer and in frame put:-
COMBO1.setStyleProperty("textFont",Maestro);
setStyleProperty.applyChanges();
but it doesnot change the font.
I have also tried:-
globalStyleFormat.textFont="Maestro";
globalStyleFormat.applyChanges();
and that doesn't work either!
Any ideas would be most appreciated.
KethRobo
I have named instance COMBO1.
I have new layer and in frame put:-
COMBO1.setStyleProperty("textFont",Maestro);
setStyleProperty.applyChanges();
but it doesnot change the font.
I have also tried:-
globalStyleFormat.textFont="Maestro";
globalStyleFormat.applyChanges();
and that doesn't work either!
Any ideas would be most appreciated.
KethRobo