PDA

View Full Version : skinning mx components


andehlu
04-21-2005, 04:16 PM
Does this really work right?
I am trying to skin a scrollpane and Ive managed to get rid of theborder but I cant for the life of me color the thing....

//set scrollbar properties
subnav_scroll_mc.setStyle("borderStyle", "none");
subnav_scroll_mc.setStyle("scrollTrackColor", "0xFFc600"); <- doesnt work
subnav_scroll_mc.setStyle("symbolColor", "0xFFc600"); <- doesnt work
subnav_scroll_mc.setStyle("themeColor", "haloBlue");