Scott,

What about this:

ON initScrollbar
    set the thumbposition of sb "scroller" to 0
set thumbsize of sb "scroller" to 100 * (height of group "master" / formattedheight of group "master") put formattedheight of group "master" - the height of grp "master" into theEndValue IF theEndValue > 0 THEN add the thumbsize of sb "scroller" to theEndValue
    ELSE put 0 into theEndValue
    set endvalue of sb "scroller" to theEndValue
END initScrollbar


--
Trevor DeVore
Blue Mango Learning Systems - www.bluemangolearning.com
[EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to