scrolling Fields
Klaus Major
k_major at osnabrueck.netsurf.de
Mon Mar 4 13:43:01 EST 2002
Hi Randy,
> I'd like to scroll 3 fields side by side (the look of a table-3
> columns).
> How do I get them to scroll together?
>
> Randy Kent
give the right field a scrollbar (not to the others) and this script:
on scrollbardrag
set the scroll of fld 1 to the scroll of me
set the scroll of fld 2 to the scroll of me
end scrollbardrag
...and pop goes the weasel...
Have fun :-)
Klaus
More information about the use-livecode
mailing list