May 30, 2008 #1 adekunleadekoya Programmer Joined May 19, 2008 Messages 30 proc {} { puts "hello world" } how can i run the above procedure from a tcl/tk thread. i simply need a no nonsense approach to multi-threading in tcl/tk tanks
proc {} { puts "hello world" } how can i run the above procedure from a tcl/tk thread. i simply need a no nonsense approach to multi-threading in tcl/tk tanks
Jun 2, 2008 #2 Bong Programmer Joined Dec 22, 1999 Messages 2,063 Location US Look here: http://wiki.tcl.tk/2770and: http://wiki.tcl.tk/1235and: http://wiki.tcl.tk/1339and: http://wiki.tcl.tk/9100and: http://wiki.tcl.tk/3447 _________________ Bob Rashkin Upvote 0 Downvote
Look here: http://wiki.tcl.tk/2770and: http://wiki.tcl.tk/1235and: http://wiki.tcl.tk/1339and: http://wiki.tcl.tk/9100and: http://wiki.tcl.tk/3447 _________________ Bob Rashkin