Re: Strange Tkinter Grid behaviour Problem

2006-08-02 Thread H J van Rooyen
"Peter Otten" <[EMAIL PROTECTED]> wrote: |H J van Rooyen wrote: | | > Hi, | > | > Still struggling with my GUI exercise - | > | > I have the following lines of code in a routine that is bound at | > to an instance of Entry : | > | > self.disp.Amount_des = Label(self.disp, text = self.dis

Re: Strange Tkinter Grid behaviour Problem

2006-08-01 Thread Eric Brunel
On Tue, 01 Aug 2006 14:14:51 +0200, H J van Rooyen <[EMAIL PROTECTED]> wrote: > Hi, > > Still struggling with my GUI exercise - > > I have the following lines of code in a routine that is bound at > to > an instance of Entry : > > self.disp.Amount_des = Label(self.disp, text = self.di

Re: Strange Tkinter Grid behaviour Problem

2006-08-01 Thread Peter Otten
H J van Rooyen wrote: > Hi, > > Still struggling with my GUI exercise - > > I have the following lines of code in a routine that is bound at > to an instance of Entry : > > self.disp.Amount_des = Label(self.disp, text = self.dis_string, fg > = > 'black', bg = 'yellow') >

Strange Tkinter Grid behaviour Problem

2006-08-01 Thread H J van Rooyen
Hi, Still struggling with my GUI exercise - I have the following lines of code in a routine that is bound at to an instance of Entry : self.disp.Amount_des = Label(self.disp, text = self.dis_string, fg = 'black', bg = 'yellow') self.disp.Amount_des.grid(row = self.rownum, column