I'm also having problems limiting the amount of a canvas that is
scrollable, that is, when the end of the display is reached it will
still allow the canvas to be scrolled as much as you want.
Any assistance would be greatfully appreciated
John Hayes
You have to explicitly specify the extent to the widget; from the
canvas man page:
Command-Line Name:-scrollregion
Database Name: scrollRegion
Database Class: ScrollRegion
Specifies a list with four coordinates describing the left, top,
right, and bottom coordinates of a rectangular region. This region
is
used for scrolling purposes and is considered to be the boundary of
the information in the canvas. Each of the coordinates may be
speci-
fied in any of the forms given in the COORDINATES section below.
Cheers /F
do you do
.canvas config -scrollregion [.canvas bbox all]
?