"area" è l'istanza di una textArea caricata dinamicamente

//this.area.setStyle ("embedFonts", true);
//this.area.setStyle ("fontFamily", "FFF Harmony");
//this.area.setStyle ("fontSize", 8);

this.area.html = true;
this.area.setStyle("borderStyle", "outset");
this.area.setStyle("themeColor", "0x003366");
this.area.setStyle ("backgroundColor", "0xcccccc");

Perchè se tolgo le prime 3 linee di commento non si vede più il testo

"FFF Harmony" è il linkage con export in first frame for a.s.

e poi come si colora il Testo dentro un textArea ??

e poi come si applica la proprietà ("scrollTrackColor", "0x003366") ??

Grazie a tutti e buon week-end