cheez
12-30-2002, 03:53 PM
Hehe, it's huntin' season on scrollbars today...
I have a dynamic text box that has a scrollbar embedded it by using standard MX components. Although the scrollbar does "snap" into place and resizes, it simply does not work. The text box is good, though, meaning that the hidden text is selectable which makes me not completely dead in the water.
Here is the little code that I did put into main timeline:
_root.scrollbarA.setSmallScroll(3);
_root.scrollbarA.setScrollTarget(_root.colorlist);
...where "scrollbarA" is the name of the scrollbar instance and "colorlist" is the name of the texfield object. I actually already have the scrollbar targeting this object during authoring but wanted to see if "overiding" it helped.
What am I missing ;) ?
Thanks,
Cheez
I have a dynamic text box that has a scrollbar embedded it by using standard MX components. Although the scrollbar does "snap" into place and resizes, it simply does not work. The text box is good, though, meaning that the hidden text is selectable which makes me not completely dead in the water.
Here is the little code that I did put into main timeline:
_root.scrollbarA.setSmallScroll(3);
_root.scrollbarA.setScrollTarget(_root.colorlist);
...where "scrollbarA" is the name of the scrollbar instance and "colorlist" is the name of the texfield object. I actually already have the scrollbar targeting this object during authoring but wanted to see if "overiding" it helped.
What am I missing ;) ?
Thanks,
Cheez