Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mx2004 scrollbar trackcolor, etc. 1

Status
Not open for further replies.

firegambler

Technical User
Sep 25, 2002
455
AT
Hi folks!

Does anybody know how I can change the colors of the UI-component scrollbar?

I mean in MX it was pretty easy using FStyleFormat but in MX2004 I have no clue!

Thanks in advance!

regards

tektips.gif
 
Hi Bill!

Thanks a ton!
That is a link I was searching for hours!

The funny thing is,
that it works for the themeColor
code I used:
Code:
_global.style.setStyle("themeColor", "haloBlue");

but not for other styles like the scrollTrackColor

code I used:
Code:
_global.style.getStyle("scrollTrackColor","CC0000");


Do you probably know why or do you see my mistake?

regards

tektips.gif
 
still looking for an actionscript solution...i gave this up a while ago but your post has me investigating again

macromedia's nonsense to there being no scrollBar object is no solution at all, since the class properties aren't accessible to actionScript 2.

currently experimenting with the class file to try and make the object accessible..will keep you posted if i come up with anything
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top