From: Vasilis Vlachoudis on 11 Apr 2010 16:19 Dear all, I have a tk extension written in C++. The main calculation is performed on a separate thread. How can I send a virtual event when the thread is terminated? Thank you Vasilis
From: David Gravereaux on 11 Apr 2010 16:47 Vasilis Vlachoudis wrote: > Dear all, > > I have a tk extension written in C++. The main calculation is performed > on a separate thread. How can I send a virtual event when the thread is > terminated? > > Thank you > Vasilis Tcl_ThreadQueueEvent(); http://www.tcl.tk/man/tcl8.4/TclLib/Notifier.htm --
From: Harald Oehlmann on 14 Apr 2010 05:27 On 11 Apr., 22:47, David Gravereaux <davyg...(a)pobox.com> wrote: > Vasilis Vlachoudis wrote: > > Dear all, > > > I have a tk extension written in C++. The main calculation is performed > > on a separate thread. How can I send a virtual event when the thread is > > terminated? > Tcl_ThreadQueueEvent(); > > http://www.tcl.tk/man/tcl8.4/TclLib/Notifier.htm Sample to feed-back to interpreter: http://wiki.tcl.tk/17195
|
Pages: 1 Prev: Data organization & access procs dilemma Next: Bug in a widget |