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

Posted on Fri May 12 21:51:14 2006 by vkon in response to 2292 (See the whole thread of 5)
Re: running on Mac OS X 10.3.9
I have no experience in Mac OS, unfortunately, nor ability to test. Firstly, please use tcltk@perl.org mailing list, there are many chances to find help there. please show what namely code you're running, and your versions. Given that your 'wish' works okay, and Tcl::Tk is just wrapper around Tcl/tk, at least
$interp->Eval("your wish code here");
semantic should work. I suspect the problem is within MainLoop cycle.
Direct Responses: 2295 | Write a response