RE: Perl/Tkx equivalent to Perl/Tk's 'repeat'
[email protected] ("Konovalov, Vadim (Vadim)** CTR **")
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <35BF8D9716175C43BB9D67CA60CC345E14CE592C@FRMRSSXCHMBSC2.dc-m.alcatel-lucent.com> |
> 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.