Re: [Tutor] Re: Tix Select programming problem

2004-12-27 Thread Guillermo Fernandez Castellanos
Hi, Indeed it works. It's that kind of little details that get me crazy. I am still not used to read the tcl Tix documentation, and sometimes I step over otherwise evident things. Thanks a lot, Guille On Wed, 22 Dec 2004 11:33:41 +0100, Michael Lange <[EMAIL PROTECTED]> wrote: > On Wed, 22 Dec

[Tutor] Re: Tix Select programming problem

2004-12-22 Thread Michael Lange
On Wed, 22 Dec 2004 11:37:57 +0900 Guillermo Fernandez Castellanos <[EMAIL PROTECTED]> wrote: Hi Guille, > > I'm playing now with the Select buttons: > > import Tix > > def prtS(): > print fruits.cget('value') > > def prtC(val): > print val > print sel.cget('value') > > root = Ti