Hello,

I have three scrolling flds controlled with a one scrollbar.

How can I "synchronize" the scrolling of this 3 flds with the 
scrolling of the scrollbar.

I must set the endvalue of the scrollbar but don't understand how�

I wrote a script in the scrollbar object :

on scrollbarDrag x
repeat with a = 1 to 3
set the vscroll of fld a to x
end repeat
end scrollbarDrag

It scrolls but not synchronized ! The lines of fld 1 don't match with 
the lines of fld 2 and so on�

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

Reply via email to