Hello,

I have a vertical scrollbar controlling the scrolling of a few flds

I write so the script of the scrollbar :

on scrollBarDrag x
   lock messages
   repeat with a = 7 to 20
     set the scroll of fld a to x
   end repeat
   unlock messages
end scrollBarDrag

It works but the scrolling of the scrollbar is not proportional to 
the scrolling of the flds : when teh flds are finished scrolling, the 
thumbnail of the scrollbar is half his way.
the endvalue of the scrollbar is too high


How can I solve this ?

thanks.
-- 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to