RE: Using break in callback function with Tcl::Tk

2020-01-19 Thread Konovalov, Vadim
f I should help you with this part "some_perl_sub" Regards, Vadim -Original Message- From: max.augsb...@gmx.de Sent: Sunday, January 19, 2020 12:57 PM To: tcltk@perl.org Subject: Using break in callback function with Tcl::Tk Hello everybody,   Does anybody know, how to use the t

Using break in callback function with Tcl::Tk

2020-01-19 Thread max . augsburg
Hello everybody,   Does anybody know, how to use the tcl "break" function in a Tcl::Tk event callback. I saw https://www.perlmonks.org/?node_id=1026146 but I cannot make head or tail of it.   Here is my simple try, that doesn't work:   use Tcl::Tk; my $int = Tcl::Tk->new(); my $mw = $int->mainwin

Using break in callback function with Tcl::Tk

2020-01-19 Thread max . augsburg
Hello everybody,   Does anybody know, how to use the tcl "break" function in a Tcl::Tk event callback. I saw https://www.perlmonks.org/?node_id=1026146 but I cannot make head or tail of it.   Here is my simple try, that doesn't work:   use Tcl::Tk; my $int = Tcl::Tk->new(); my $mw = $int->mainw