small tkinter problem

Oberon nextronix at yahoo.de
Wed Jul 31 09:49:12 EDT 2002


Martin Franklin <mfranklin1 at gatwick.westerngeco.slb.com> wrote in
news:mailman.1028120685.22262.python-list at python.org: 

<snip>

> 
> IOW
> 
> self.results = Listbox(frame,yscrollcommand=self.rescroll.set)
> self.results.grid(row=4,column=0,sticky=W+E,columnspan=2)
> 
> 
> binding the  name self.results to the Listbox NOT the return value of
> the grid method of the Listbox will give you the desired result
> 
> 
> Regards
> Martin
> 
> 

thank you for the quick help !



More information about the Python-list mailing list