• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Help wth combobox scrollbar color

New Here ,
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

Views

308

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 07, 2006 May 07, 2006

Copy link to clipboard

Copied

LATEST
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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines