/t5/animate-discussions/help-wth-combobox-scrollbar-color/td-p/23791May 07, 2006
May 07, 2006
Copy link to clipboard
Copied
I'm using Flash 8 and actionscript.
How do I customize the combobox scrollbar? I've managed to
change other parts of the combobox but not the combobox scrollbar.
It would be really cool if I could change the combobox
scrollbar track color and slider grip thing . . .
Any help would be greatly appreciated!
Peace,
Hondo311
Here's my actionscript for the combobox:
-----------------------------------------------------------
/t5/animate-discussions/help-wth-combobox-scrollbar-color/m-p/23792#M329517May 07, 2006
May 07, 2006
Copy link to clipboard
Copied
scrollTrackColor is a property of the ScrollPane and should
work, just the same way you already did.
But not everything is customizable with styles. For many
things you have to edit the skins.
The documentation for components could be much better...
here is how to edit the skin of the scrollpane:
http://livedocs.macromedia.com/flash/8/main/00004225.html
Thanks so much!
Also, I learned from someone else that i needed to use the
Sample Theme and not the Halo Theme I was using . . . when I used
the Sample Theme, the customizing SetStyle worked . . . thanks.
/t5/animate-discussions/help-wth-combobox-scrollbar-color/m-p/23793#M329518May 07, 2006
May 07, 2006
Copy link to clipboard
Copied
scrollTrackColor is a property of the ScrollPane and should
work, just the same way you already did.
But not everything is customizable with styles. For many
things you have to edit the skins.
The documentation for components could be much better...
here is how to edit the skin of the scrollpane:
http://livedocs.macromedia.com/flash/8/main/00004225.html