Re: Tkinter Scrollbar not working

2006-01-03 Thread Dustan
Yes, I know PMW has scrolled Text, but the module has to be installed seperately; this is something I'm releasing to a number of people. I'll try doing it with a canvas. -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter Scrollbar not working

2006-01-03 Thread jmdeschamps
Dustan a écrit : > I'm trying to get a scrollbar bound with a Frame, and I keep on getting > a scrollbar, but it doesn't actually scroll. Some help, please? Frames are NOT scrollable objects for scrollbars in Tkinter: Listbox, Canvas and Text widget are. I f you want/need to scroll something el

Re: Tkinter Scrollbar not working

2006-01-03 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Dustan <[EMAIL PROTECTED]> wrote: >BTW, experience tells me it is necessary for me to explicitly state >that I'm a newbie (otherwise I get rude people saying I should already >know such-and-such). > That experience generalize poorly to comp.lang.python. -- http://m

Re: Tkinter Scrollbar not working

2006-01-03 Thread Martin Franklin
Dustan wrote: > Martin Franklin wrote: > >>Dustan wrote: >> >>>I'm trying to get a scrollbar bound with a Frame, and I keep on getting >>>a scrollbar, but it doesn't actually scroll. Some help, please? >>> >> >>It can be tricky getting an empty frame to scroll, can you post your >>example code so

Re: Tkinter Scrollbar not working

2006-01-03 Thread Dustan
Label Widget, sorry -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter Scrollbar not working

2006-01-03 Thread Dustan
Martin Franklin wrote: > Dustan wrote: > > I'm trying to get a scrollbar bound with a Frame, and I keep on getting > > a scrollbar, but it doesn't actually scroll. Some help, please? > > > > It can be tricky getting an empty frame to scroll, can you post your > example code so that we might be mor

Re: Tkinter Scrollbar not working

2006-01-03 Thread Martin Franklin
Dustan wrote: > I'm trying to get a scrollbar bound with a Frame, and I keep on getting > a scrollbar, but it doesn't actually scroll. Some help, please? > It can be tricky getting an empty frame to scroll, can you post your example code so that we might be more helpful. Here is an example of b

Re: Tkinter Scrollbar not working

2006-01-02 Thread Dustan
BTW, experience tells me it is necessary for me to explicitly state that I'm a newbie (otherwise I get rude people saying I should already know such-and-such). -- http://mail.python.org/mailman/listinfo/python-list

Tkinter Scrollbar not working

2006-01-02 Thread Dustan
I'm trying to get a scrollbar bound with a Frame, and I keep on getting a scrollbar, but it doesn't actually scroll. Some help, please? -- http://mail.python.org/mailman/listinfo/python-list