Re: [Tutor] frame destroy problem

2011-11-03 Thread Chris Hare
Dang it - sure is a typo! Thanks! Chris Hare ch...@labr.net http://www.labr.net On Nov 3, 2011, at 12:58 AM, Dipo Elegbede wrote: > There is nothing called franeButton it should be frameButton. I guess its a > typo. > > On 3 Nov 2011 05:52, "Chris Hare" wrote: > > > I have the foll

Re: [Tutor] frame destroy problem

2011-11-02 Thread Dipo Elegbede
There is nothing called franeButton it should be frameButton. I guess its a typo. On 3 Nov 2011 05:52, "Chris Hare" wrote: > > I have the following code: > >def listUsers(self): >self.frameBottom = Frame(self.base, bd=0, bg=backColor) >self.frameBottom.gri

[Tutor] frame destroy problem

2011-11-02 Thread Chris Hare
I have the following code: def listUsers(self): self.frameBottom = Frame(self.base, bd=0, bg=backColor) self.frameBottom.grid(row=1, column=0,sticky=N+E+S+W) self.text = Text(self.frameBottom) self.text.grid(row=1, column=6,