scrolling
yves COPPE
yvescoppe at skynet.be
Mon Jan 14 03:24:07 EST 2002
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.
--
More information about the use-livecode
mailing list