Tktable question?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jerry.levan@gmail.com

    #1

    Tktable question?

    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

Working...