Re: Textvariable display in label (GUI design)

2010-08-17 Thread Eric Brunel
In article , Jah_Alarm wrote: > On Aug 17, 3:32 am, Eric Brunel > wrote: > > In article > > <993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>, > > > >  Jah_Alarm wrote: > > > hi, > > > > > pls help me out with the following issue: I wrote a function that uses > > > a for lo

Re: Textvariable display in label (GUI design)

2010-08-16 Thread Jah_Alarm
On Aug 17, 3:32 am, Eric Brunel wrote: > In article > <993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>, > >  Jah_Alarm wrote: > > hi, > > > pls help me out with the following issue: I wrote a function that uses > > a for loop that changes a value of a certain variable each itera

Re: Textvariable display in label (GUI design)

2010-08-16 Thread Eric Brunel
In article <993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>, Jah_Alarm wrote: > hi, > > pls help me out with the following issue: I wrote a function that uses > a for loop that changes a value of a certain variable each iteration. > What I want is by clicking a button in GUI

Textvariable display in label (GUI design)

2010-08-16 Thread Jah_Alarm
hi, pls help me out with the following issue: I wrote a function that uses a for loop that changes a value of a certain variable each iteration. What I want is by clicking a button in GUI (with the command bound to this function) this value each iteration is displayed in a textbox (label). So far