When I load text dinamically through button A in a textfield and move the UIScrollBar’s scroll thumb down, hereafter load again text dinamically through button B, neither the scroll thumb resets to position 0 nor the textfield content (shows its first line).
I’ve tried
[font=Courier New] myScrollBar.scrollPosition = 0;[/font]
in the on (release) event and in LoadVarsText function in the on event, and either works - or better yet…the scroll thumb goes up from its position for a fraction of a second and returns back down - both the scroll thumb and textfield remain in the same (last) position.
Any reference?