How can I skin the TextLayout scrollbar?
I've been searching online for hours about how to skin the scrollbar component thats embedded in the TextLayout component. I'm using Flash CS4 and Actionscript 3. I'm guessing it is very similar to skinning other components, but it doesn't seem to work the same way. Here's one line of code I'm trying:
myTextLayoutComponent.setStyle("thumbUpSkin", "SliderThumbUp");
where "myTextLayoutComponent" is the instance name of the TextLayout component, "thumbUpSkin" is the Style's skin I want to change, and "SliderThumbUp" is the Class name of a MovieClip in my library.
This same code works perfectly with the ComboBox component, UIScrollBar, and similarly with other components.
The documentation has all the skins listed in the "Styles" area, but this code does absolutely nothing. Does anyone have a clue how this can be accomplished? I'm guessing I'm very close, but missing something! I haven't been able to find anything online about skinning this new TextLayout component with ActionScript. Any help will be greatly appreciated.
Here's a link to the documentation if it's at all helpful:
http://livedocs.adobe.com/labs/textlayout/fl/controls/TextLayout.html
Thanks!
