Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mcvax!unido!exunido!kubitzsc From: kubitzsc@exunido.UUCP Newsgroups: comp.lang.smalltalk Subject: Smalltalk80 Simulation - (nf) Message-ID: <122700004@exunido.UUCP> Date: Thu, 21-May-87 05:23:00 EDT Article-I.D.: exunido.122700004 Posted: Thu May 21 05:23:00 1987 Date-Received: Fri, 29-May-87 01:39:06 EDT Lines: 22 Nf-ID: #N:exunido:122700004:000:632 Nf-From: exunido!kubitzsc May 21 10:23:00 1987 Working with Smalltalk80 simulation =================================== If you are working with the Smalltalk80 simulation it might be usefull to add these few lines at the beginning of the methods and in class Object: SimulationObject activeSimulation != nil ifTrue: [SimulationObject activeSimulation finishUp]. The simulation is scheduled with a higher priority than any other 'normal' event, keyboard for instance. So if you don't stop the simulation the system 'hangs' because you have no chance to be scheduled by the system. Peter Kubitzsch University of Dortmund, FRG 4600 Dortmund