in reply to Re: tkx repeat
in thread tkx repeat

You can see at http://search.cpan.org/src/SREZIC/Tk-804.028/Tk/After.pm that repeat is implemented using Tk::after().

Replies are listed 'Best First'.
Re^3: tkx repeat
by bio595 (Initiate) on Dec 06, 2008 at 22:12 UTC
    thanks i'll try that
      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?