|
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.
|