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
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
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,