More Tkinter trouble

Siggy Brentrup bsb at winnegan.de
Mon Jan 10 15:37:27 EST 2000


Timothy Grant <tjg at avalongroup.net> writes:

[...]

> # Everything works great if I terminate the function here
>         
>         self.SupplierE = Entry(SupplierFrame)

change this to 
         self.SupplierE = Entry(SupplierFrame.interior())

and have a look at Pmw examples.

HIH
  Siggy

-- 
Siggy Brentrup - bsb at winnegan.de - http://www.winnegan.de/
                  bsb at north.de - http://www.north.de/~bsb/
****** ceterum censeo javascriptum esse restrictam *******




More information about the Python-list mailing list