From: Keith Nash on 17 May 2010 10:56 Hello Tclers, I am trying to use the Thread package on Aqua, without much success. The following code runs as expected on Linux/X11: package require Thread thread::create { package require Tk package require Thread ::thread::wait } On Aqua, the new thread's toplevel window "." is created as expected, but any GUI events in the initial thread (e.g. clicking its window's title bar) bring down the entire process. I am using Mac OSX Tiger 10.4.11 on Intel, ActiveTcl 8.5.8.1.291945 Community Edition, and Thread package 2.6.5 from the ActiveTcl Teapot. Any suggestions? Keith.
|
Pages: 1 Prev: how to remove list elements at specific indices Next: TIPs 366 and 368 |