This content has been marked as final.
Show 3 replies
-
1. Re: Dynamic scroll bar not visible
BruceCSI2 Aug 2, 2007 1:27 PM (in response to BruceCSI2)Anyone? -
2. Re: Dynamic scroll bar not visible
Newsgroup_User Aug 2, 2007 4:51 PM (in response to BruceCSI2)My first guess is that you are testing for maxScroll before the text is
actually loaded, so the test result is false.
You could use a listener for the loading function and let the listener's
onLoadInit() event set the scrollbar.
Another option is to use a textArea component. It has an automatic
scrollbar.
--
Rob
___________
Rob Dillon
Adobe Community Expert
http://www.ddg-designs.com
412.243.9119 -
3. Re: Dynamic scroll bar not visible
BruceCSI2 Aug 3, 2007 8:21 AM (in response to BruceCSI2)Thanks for the reply. However, if I use a textArea component, I can't figure out how to make it dynamic. There's no option in the Properties panel. How do I use a listener?


