Arms, Mike wrote:
carlo filippini [EMAIL PROTECTED] wrote:
I have a quite complex Multi-thread Tk application. A problem has started to appear some time ago. Sometimes the application crashes and I get the following:
Just a caution as I did not look at your code, but it is a known issue that Perl Tk is NOT thread-safe. If all of the Perl Tk code is in one thread, you *might* be OK. Just be aware of the Tk and threading issue.
as an alternative you might want to look into the Tcl/Tk module:
http://search.cpan.org/~vkon/TclTk-0.75/Tk.pm
this is a new direct connector into tcl/tk similar to Python's tkinter, and is much more modern than Perl/Tk.
-- Mike Arms [EMAIL PROTECTED]
_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs