Using PAR/pp with Tcl::Tk

2019-08-13 Thread max . augsburg
  Hello everybody,   I wanted to share with you, how I could use pp with Tcl::Tk. This topic was discussed here some years ago (see https://www.nntp.perl.org/group/perl.tcltk/2015/09/msg682.html), but the proposed solutions didn't work for me. The problem is, that one has to change the shell

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 =

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 =