Hi,

Is there any way to add action for execution in QTk window thread? I
looked through QTk and Tk documentation and it seems that each window
should have Tk.listener for event serialization (my guess) but I do
not know how to get it.

I've been studying (CTM) and experimenting with Oz for two months now
and find it very interesting. Recently, I decided to create small GUI
application with Shared-State Concurrency (just 1 additional thread
for a star system simulation) and see how it crashes from
race-conditions. Indeed, as I expected it crashed occasionally when I
added new objects to the simulation. Now I want to implement it with
active objects and do message-passing between GUI and simulation
threads and see how it works out. It was  easy to make active objects
on simulation side but on the side of GUI is still not very clear how
to do that.

Thanks in advance,
Oleg Batrashev
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to