I have need for Tk to start performing a given event every N seconds on command. Like so...
my $sub_ref = sub { do...something }; $mw->repeat(1000*60, $sub_ref);
But it goes on forever, which is inconviently long...
So my question is... Once a $foo->repeat() has started, can I stop it afterwards? And if so, how?
In reply to Interrupting Tk repeat() method by aplonis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |