carmenMiranda
Programmer
Hi - I'm using Flash 8 and have a problem with the built-in ScrollPane component. I want the ScrollPane to have no border colour and no theme colour and thus have added the following actionscript to the main timeline of the .swf:
This works fine, until the ScrollPane is given focus. At the point a user clicks on the scroll bar (or the scroll buttons), the green border that is the default ScrollPane theme becomes visible around the border of the ScrollPane.
Does anyone have any ideas why?
Thanks in advance.
Code:
//define ScrollPane parameters
contentPane.setStyle("borderStyle", "none");
//remove green border from scroll components
_global.style.themeColor = 0xFF0000;
Does anyone have any ideas why?
Thanks in advance.