Don't look at the ugly colors. ;-)
You'll notice an extra pixel-slither between the items in the list and the border of the ScrollSelectList. Where does this
pixel come from and how do I get rid of it? It is my bane.. an evil
thorn that risedes in me driving me mad!!
I have the following code that makes the background transparent:
Code:
_global.styles.ScrollSelectList.setStyle("backgroundColor" , undefined);
_global.styles.ScrollSelectList.setStyle("borderStyle" , "none");
_global.styles.ComboBox.setStyle("borderStyle" , "solid");
This shows me that the pixel-slither is part of the SelectScrollList and not the list items herein. However anything I've tried has failed to eliminatte the pixel-slither-death-thorn. Perhaps I'm not using the right style or style object, or perhaps this is hardcoded in an offset value somewhere or maybe it's something that can only be obtained with creating a custom skin...
Who can help me rid me of this demon???
Thanks