0
Help wth combobox scrollbar color
New Here
,
/t5/animate-discussions/help-wth-combobox-scrollbar-color/td-p/23791
May 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:
-----------------------------------------------------------
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
/t5/animate-discussions/help-wth-combobox-scrollbar-color/m-p/23792#M329517
May 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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
jasusm
AUTHOR
New Here
,
LATEST
/t5/animate-discussions/help-wth-combobox-scrollbar-color/m-p/23794#M329519
May 07, 2006
May 07, 2006
Copy link to clipboard
Copied
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.
Peace,
Hondo311
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.
Peace,
Hondo311
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/animate-discussions/help-wth-combobox-scrollbar-color/m-p/23793#M329518
May 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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

