Re: [Tutor] Control Variables and a Dictionary with a GUI Interface

2009-02-16 Thread Wayne Watson
Title: Signature.html Good to hear there's nothing deeper in terms of some Python OOP feature. Thanks the global tips.   I think I'll be replacing some that sdict code, so that it's less dependent upon hard coding the "user" variables. Of course, it took me a lot longer than 2 minutes to put t

Re: [Tutor] Control Variables and a Dictionary with a GUI Interface

2009-02-16 Thread Alan Gauld
"Wayne Watson" wrote The question here is how is sdict being used here in terms of its need within the GUI? Probably if I had written the program from scratch, I would have made all these variables global to Sentinel_GUI. Most programmers try to avoid global variables as a general principle

[Tutor] Control Variables and a Dictionary with a GUI Interface

2009-02-16 Thread Wayne Watson
Title: Signature.html I'm looking at some Tkinter GUI code that I did not write. I've about completed work to add a read/write a configuration file of data of values the users have access to. I'm somewhat familiar with the techniques of OOP from prior use of many years ago with Java, C++, and X