Newbie Tkinter problem...

Michael Peuser mpeuser at web.de
Sat Aug 30 15:58:55 EDT 2003


"Baltor" <member37516 at dbforums.com> schrieb im Newsbeitrag
news:3306631.1062265710 at dbforums.com...
>
> I am trying to attach a scollbar to a text field. This is the code
> I am using:
...
>         self.scrollbar.pack(side=RIGHT, fill=Y)
....
>         self.text.grid(row=2, column=1, rowspan=2)
>
NEVER mix two different geometry managers in the same frame!!!!!
Strange things will happen ;-)

Kindly
Michael P







More information about the Python-list mailing list