Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread Gabriel Genellina
En Wed, 04 Mar 2009 03:13:43 -0200, W. eWatson notval...@sbcglobal.net escribió: I'm converting a Tkinter program (Win XP) that uses widgets that allows the user to change default values of various parameters like start and stop time in hh:mm:ss, time of exposure in seconds, and whether

Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread W. eWatson
Gabriel Genellina wrote: En Wed, 04 Mar 2009 03:13:43 -0200, W. eWatson notval...@sbcglobal.net escribió: I'm converting a Tkinter program (Win XP) that uses widgets that allows the user to change default values of various parameters like start and stop time in hh:mm:ss, time of exposure in

Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread Gabriel Genellina
En Wed, 04 Mar 2009 12:12:50 -0200, W. eWatson notval...@sbcglobal.net escribió: That's fine, but I think my problem boils down to one question. There seem to be two ways to communicate with a dialog (I mean a collection of widgets assembled in a window that requires the user enter various

Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread Marc 'BlackJack' Rintsch
On Wed, 04 Mar 2009 06:12:50 -0800, W. eWatson wrote: That's fine, but I think my problem boils down to one question. There seem to be two ways to communicate with a dialog (I mean a collection of widgets assembled in a window that requires the user enter various parameters, integers,

Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread W. eWatson
Gabriel Genellina wrote: En Wed, 04 Mar 2009 12:12:50 -0200, W. eWatson notval...@sbcglobal.net escribió: That's fine, but I think my problem boils down to one question. There seem to be two ways to communicate with a dialog (I mean a collection of widgets assembled in a window that requires

Re: Configuration Files and Tkinter--Possible?

2009-03-04 Thread Gabriel Genellina
En Wed, 04 Mar 2009 13:50:32 -0200, W. eWatson notval...@sbcglobal.net escribió: Gabriel Genellina wrote: En Wed, 04 Mar 2009 12:12:50 -0200, W. eWatson notval...@sbcglobal.net escribió: That's fine, but I think my problem boils down to one question. There seem to be two ways to

Configuration Files and Tkinter--Possible?

2009-03-03 Thread W. eWatson
I'm converting a Tkinter program (Win XP) that uses widgets that allows the user to change default values of various parameters like start and stop time in hh:mm:ss, time of exposure in seconds, and whether certain options should be on or off. The initial values are set in the code. I can