"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
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
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')
>
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