Re: python TK scrollbar problem

2007-05-01 Thread Ray
James Stroud wrote: > > You are not binding to the Scrollbar.set() method nor are you assigning > the Scrollbar a command. You should try to emulate this: > > http://www.pythonware.com/library/tkinter/introduction/x7583-patterns.htm > > You need to also determine exactly what it is you want to

Re: python TK scrollbar problem

2007-04-30 Thread James Stroud
Ray wrote: > Hi, > > would someone tell me how to make scrollbar work under grid? > I think I'm missing something to connect scrollbar with the grid. > following is some sample code. it shows the scrollbar, but it do not work. > > Thanks a lot for the help! > > Ray > > #code begin >

python TK scrollbar problem

2007-04-30 Thread Ray
Hi, would someone tell me how to make scrollbar work under grid? I think I'm missing something to connect scrollbar with the grid. following is some sample code. it shows the scrollbar, but it do not work. Thanks a lot for the help! Ray #code begin from Tkinter import * def mygrid(t