For anyone who may want to know, here is what I ended up doing. It may be a variation of what was suggested.
-------------------------------------
#! /bin/sh
# \
exec wish "$0" "$@"
set vieww 200
set canvw 440
set sidew 30
set ht 25
set xscr_incr 10
set maxfrac [expr 1.0 - ( double($vieww) /...
I have two canvases I am trying to have scrolled by the same horizontal scroll bar. I can get them to both react, but it seems, because the two canvases are not of the same width, the rate of scroll differs between the two - such that one canvas stops moving before the other. I need to them be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.