stephaneey
10-08-2003, 06:26 AM
Hi,
Can anybody tell me why the ... code below doesn't work?
tables.setStyle("backgroundColor", "0x9CCFCE");
tables.setStyle("fontFamily", "Verdana");
tables.setStyle("fontSize", "12");
tables.setStyle("color", "0xFFFFFF");
tables.setStyle("selectionColor", "0xFFFFFF");
tables.setStyle("rollOverColor", "0xFFFFFF");
tables.setStyle("textSelectedColor", "0x333333");
tables.setStyle("scrollTrackColor", "0xFFFFFF");
This code applies correctly the color, the background color, font size... but doesn't change anything to the scrollbar.
Moreover, if I try for instance this code:
_global.style.setStyle("backgroundColor", "0x9CCFCE");
it doesn't change the background colors of the components belonging to the document although I followed step by step what Flash's help advise to do.
If you have an idea. Thanks to let me know.
Regards
Can anybody tell me why the ... code below doesn't work?
tables.setStyle("backgroundColor", "0x9CCFCE");
tables.setStyle("fontFamily", "Verdana");
tables.setStyle("fontSize", "12");
tables.setStyle("color", "0xFFFFFF");
tables.setStyle("selectionColor", "0xFFFFFF");
tables.setStyle("rollOverColor", "0xFFFFFF");
tables.setStyle("textSelectedColor", "0x333333");
tables.setStyle("scrollTrackColor", "0xFFFFFF");
This code applies correctly the color, the background color, font size... but doesn't change anything to the scrollbar.
Moreover, if I try for instance this code:
_global.style.setStyle("backgroundColor", "0x9CCFCE");
it doesn't change the background colors of the components belonging to the document although I followed step by step what Flash's help advise to do.
If you have an idea. Thanks to let me know.
Regards