Slaven Rezić

Results 100 comments of Slaven Rezić

It is quite possible that the old bundled zlib causes problems, and in fact I don't know if it worked on Windows since 2007 or so. On StrawberryPerl systems libpng...

The current situation is for sure wrong. Currently the method seems to return whatever is on top of the perl stack, which is probably not intended. However, the Grab() method...

Perl/Tk has some kind of configuration system (see `myConfig` and the `config` subdirectory) --- so if the question is the existence of a C header file, then it could be...

It seems that the term "window" causes confusion here. This is the X11 heritage shining through: in X11, there's a data type named "Window" which is just a rectangular area...

Is this with the standard Ubuntu window manager? Can the failure be reproduced every time?

@codebykevin: Looking at http://matrix.cpantesters.org/?dist=Tkx%201.09;reports=1#sl=7,1 it does not look like the Tkx module works for everybody. Especially there was no pass report from CPAN Testers for more than a year. And...

I think the book was written around 2002, and at this time Tk was at version 800. Maybe these feature got lost during the transition to Tk 804. Probably it...

Also reported at RT: https://rt.cpan.org/Ticket/Display.html?id=114203

This is quite a big project, currently too big for my time budget :-( Roughly the following things needs to be done: - incorporating the new original Tk C code...

The group item type was invented by NI-S for Perl/Tk and is not part of Tcl/Tk. I agree, documentation about it would be nice, but we have to reverse engineer...