edit:
hi,
I’m trying to skin my List Component via action script and am having trouble getting it to work.
mySty = new FStyleFormat();
mySty.highlight3D = 0xD0D0D0;
mySty.background = 0x9B3132;
mySty.textColor = 0x9B3132;
mySty.highlight = 0x000000;
mySty.addListener(projList);
http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary334.html
I’ve tried various of the properties here and nothing seems to work. What’s going on? I’ve tried the code on the link provided by .saevik below, as well.
Is anyone having success skinning components this way? I’ve tried it in files separate to my project. Nothing is working!