Re: [Tutor] Tkinter Expanding Canvas with AutoScrollBar

2009-02-09 Thread Alexander Grant
Well. I solved my own problem. Mainly I wasn't using the grid manager everywhere, and I think that's what was messing it up! Thanks anyways! Al On Mon, Feb 9, 2009 at 12:29 PM, Alexander Grant wrote: > Hi Tutors, > Thanks in advance for all the advice you've already given to others... it > has

[Tutor] Tkinter Expanding Canvas with AutoScrollBar

2009-02-09 Thread Alexander Grant
Hi Tutors, Thanks in advance for all the advice you've already given to others... it has been extremely useful! I'm working on a project, and I wanted to have a header, a footer and an expanding canvas with (possibly) many widgets inside it. I simply modified Fred Lundh's auto-hiding scrollbar c