Tktable question?

jerry.levan at gmail.com jerry.levan at gmail.com
Thu Jun 8 21:33:34 EDT 2006


Hi,

I am using a Tktable in my python database browser program to hold the
results of a query.

I have declared an ArrayVar like (IntVar) to hold the table contents.
In Tcl/Tk programs
I have observed that the associated table variable does *not* get
"smaller" as various
results are displayed in the table. My Tcl/Tk solution to this problem
is to "unset" the
array variable prior to refilling the rascal.

Tain't clear how to do this in Python...Any suggestions?

Jerry




More information about the Python-list mailing list