Hi,
I have following problem:
I'm trying to remove the border of a scrollbar and of a
scrollpane, i've already done that with following code:
my_component.setStyle("borderStyle","none");
It worked pretty well, but now my component is inside a mc,
and althoug i place this code in the frame where the component is
placed nothig happens.
Does somebody know what is wrong?
The second question: Is there any easy way to change the
scrollbar of a scrollpane, or maybe a whay to create my own
scrollpane?
Thanks a lot,
Peter