Good day to all,
I'm kinda stuck on this one; I need to hide the green focus rectangle that's drawn around my scrollpane component when it receives focus. I know I could do this this way:
ActionScript Code:
myScrollpane.drawFocus = false;
But the thing is there are a real bunch of scrollpanes in different swf's that shouldn't display the rectangle thing and I don't really want to place this line of script for each and every scrollpane-component, so I was thinking about doing it using
_global.styles, however I wasn't able to find any property for the styles-thing that could get rid of the focusrectangle...
I'd be really
really thankfull if anybody could help me out with this...

- Ruben