Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mitofi

  1. mitofi

    scrolling multiple canvases

    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) /...
  2. mitofi

    scrolling multiple canvases

    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...

Part and Inventory Search

Back
Top