in reply to Re^2: tkx repeat
in thread tkx repeat

thanks i'll try that

Replies are listed 'Best First'.
Re^4: tkx repeat
by bio595 (Initiate) on Dec 06, 2008 at 22:28 UTC
    Tkx::after only does the subroutine once. If I use a infinite loop like while(1): the windows become unresponsive. I could just use Tk, but i'd really like to use Tkx because of its themed widgets.
      So does Tk::after, whats your point?
        tk has the repeat method, but tkx doesn't.
        All i really want to do is update a treeview widget every 5 seconds, but i cant find a way to do it with tkx.
        I've heard of Tkx::update, but i don't know exactly how it works or whether it would help me.