Tcl-Tk - Re: running on Mac OS X 10.3.9

Posted on Fri May 12 22:25:31 2006 by pstranak in response to 2294 (See the whole thread of 5)
Re: running on Mac OS X 10.3.9

Thanks for your prompt response.
Following example hangs as I have described.
Written in Wish8.4 or 8.5 it works perfectly.

use Tcl::Tk; my $int = new Tcl::Tk; $int->Eval(<<'EOS'); entry .e button .inc -text {increment by Perl} pack .e .inc EOS $int->MainLoop;

——————
I have not found Tcl/Tk list at The Perl Mailing List Database (lists.cpan.org).
All I have found is a Usenet group perl.tcltk at nntp.perl.org (last record 10/10/2005). Should I use that one?

Pavel

Direct Responses: 2296 | Write a response