Re: StringVar() IntVar() vs. Dictionary of same

2006-01-17 Thread Bob Greschke
"Paul Rubin" wrote in message news:[EMAIL PROTECTED] > "Bob Greschke" <[EMAIL PROTECTED]> writes: >> Just roughly what do you think the effect would be? > > Either extremely slight or else nonexistent. I kinda thought so. Thanks! Bob -- http://mail.python.org/mailm

Re: StringVar() IntVar() vs. Dictionary of same

2006-01-16 Thread Paul Rubin
"Bob Greschke" <[EMAIL PROTECTED]> writes: > Just roughly what do you think the effect would be? Either extremely slight or else nonexistent. -- http://mail.python.org/mailman/listinfo/python-list

StringVar() IntVar() vs. Dictionary of same

2006-01-16 Thread Bob Greschke
Let's say I have a program with roughly 1 bazillion StringVars and IntVars (a lot of tkinter forms). Can anyone guess what the performance hit may or may not be by going from "global" StringVars and IntVars and accessing them directly (like barcode = StringVar()) to putting all of the StringVar