tkinter urgent help request

Eric Brunel eric.brunel at pragmadev.com
Tue Jun 24 10:57:20 EDT 2003


idriss wrote:
> thanks for your consideration eric, but it doesn't work again, i used
> grid instead of frames the code in the below makes a scroll but it is
> only a decoration :)

Did you configure the scroll region for your canvas via a:

mainFrame.configure(scrollregion=(xMin, yMin, xMax, yMax))

anywhere? If you didn't, the canvas won't scroll at all...

HTH
-- 
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com





More information about the Python-list mailing list