mediaholic
11-26-2005, 11:11 AM
hi, i tryed everthing to style the scrollBar of ComboBox or List(v2 componets), but it simply doesnt work? with v1 components that was not the Problem,
is that possible at all with v2?
This is what i have tryed so far:
_global.style.setStyle("ThemeColor", 0x909F80);
_global.style.setStyle("backgroundColor", 0x909F80);//BGGREEN
_global.styles.List = new CSSStyleDeclaration();
_global.styles.List.setStyle("ThemeColor", 0x909F80);
_global.styles.List.setStyle("backgroundColor", 0x909F80);//BGGREEN
_global.styles.ScrollPane = new CSSStyleDeclaration();
_global.styles.ScrollPane.setStyle("ThemeColor", 0x909F80);
_global.styles.ScrollPane.setStyle("backgroundColo r", 0x909F80);//BGGREEN
_global.styles.ComboBox = new CSSStyleDeclaration();
_global.styles.ComboBox .setStyle("ThemeColor", 0x909F80);
_global.styles.ComboBox .setStyle("backgroundColor", 0x909F80);//BGGREEN
cann anyone help?
is that possible at all with v2?
This is what i have tryed so far:
_global.style.setStyle("ThemeColor", 0x909F80);
_global.style.setStyle("backgroundColor", 0x909F80);//BGGREEN
_global.styles.List = new CSSStyleDeclaration();
_global.styles.List.setStyle("ThemeColor", 0x909F80);
_global.styles.List.setStyle("backgroundColor", 0x909F80);//BGGREEN
_global.styles.ScrollPane = new CSSStyleDeclaration();
_global.styles.ScrollPane.setStyle("ThemeColor", 0x909F80);
_global.styles.ScrollPane.setStyle("backgroundColo r", 0x909F80);//BGGREEN
_global.styles.ComboBox = new CSSStyleDeclaration();
_global.styles.ComboBox .setStyle("ThemeColor", 0x909F80);
_global.styles.ComboBox .setStyle("backgroundColor", 0x909F80);//BGGREEN
cann anyone help?