Flash noScroll with +=
- Started
- Last post
- 4 Responses
- Mick
I have a text box with a scroll bar attached. A button adds text to the text box with the var += "blah"
If I keep clicking the button until the text fills the text box, the scroll bar doesn't start to work.ie. Does the scroll only work if the dynamic text is set before the scrollbar loads?
- ********0
lol ;)
- Mick0
Well that sux. Here's what I'm trying to do...
http://www.mixart.com/misc/test.…Keep adding stuff to the order - scroll bar does not work once the text gets longer than the scrolling area. It does work if I set the text to the text box before the scrollbar loads.
- ddefenba0
Yeah...there's a lot of stuff about Macromedia that sux these days. Try the scrollbar component in MX 2004. Alternately, perhaps you could set the text to a bunch of line breaks at first so the scroll bar works, but then set it to "", all before the user sees it...
good luck!