Hi,

if you want a seperate scrollbar and don�t want to reset the endvalue
each time you change the text you might try this:
set the startvalue of the scrollbar to 0
endvalue 100
thumbSize 1

in the scrollbars script:

on scrollbarDrag
  put the formattedHeight of fld "yourField"-the height of fld
"yourField" into maxScroll
  set the vScroll of fld "yourField" to round((maxScroll/100)*the
thumbpos of me) 
end scrollbarDrag

cheers,

Malte_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to