> Thank you Michael for your tip for implementing repeat. I > had seen that > posted elsewhere, but thought maybe there was a better way to > do it. I > implemented it successfully, but was hoping for a way to do it that > didn't involve repeating the 'Tkx::after' command.
Actually I was hoping to implement this command in Tcl, to gain better separation - let all tcl-related stuff happen inside tcl. Unfortunately only non-simple solutions are possible, as far as I see, due to lack of anonymous subroutines in Tcl. To notice, Perl/tk implementation of "repeat" is seemingly pure-perl. I would not mind having "repeat" convenience subroutine somewhere near. > > At least my two recent questions have caused perl.tcltk to go > from "Slow > lists" to "Active lists" :) feel free to participate in both "user" and "development" discussions of 3 related perl modules :) Best regards, Vadim.