Re: Textvariable display in label (GUI design)

2010-08-17 Thread Eric Brunel
In article ded2beea-2bf9-423d-9457-6b6beb7f7...@n19g2000prf.googlegroups.com, Jah_Alarm jah.al...@gmail.com wrote: On Aug 17, 3:32 am, Eric Brunel eric.bru...@pragmadev.nospam.com wrote: In article 993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com,  Jah_Alarm

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

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 jah.al...@gmail.com 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

Re: Textvariable display in label (GUI design)

2010-08-16 Thread Jah_Alarm
On Aug 17, 3:32 am, Eric Brunel eric.bru...@pragmadev.nospam.com wrote: In article 993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com,  Jah_Alarm jah.al...@gmail.com wrote: hi, pls help me out with the following issue: I wrote a function that uses a for loop that changes a