[tcljava-user] threaded Java application hangs?
Brought to you by:
mdejong
From: Lars D. <la...@id...> - 2001-05-15 09:27:43
|
Hello, I have a Java application that controls the tk graphics from threads. I use tcl Blend. The effects from the threads, both graphical and otherwise, are delayed until the "next" user input event occurs in the tk interface. But I aimed for immediate effects. Not sure why this delay occurs. Can it be that the tcl blend interpreter favours the main thread of the Java application in some way? Any suggestions? Best wishes, --Lars Degerstedt |