in reply to Re^6: 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(). Repeat is implemented using Tk::after, so use Tkx::after to implement repeat. Can you try writing repeat using Tkx::after now?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: tkx repeat
by bio595 (Initiate) on Dec 07, 2008 at 08:33 UTC | |
by Anonymous Monk on Dec 07, 2008 at 08:59 UTC | |
by bio595 (Initiate) on Dec 07, 2008 at 19:10 UTC |