The problem with your .cs that it can't work on windoze VM because it never signals input semaphore :( eventLoop "Fetch pending raw events from the VM. This method is run at high priority." [true] whileTrue: [ | eventBuffer type | inputSemaphore wait. <<<<< will stall here forever. An old EventSensor periodically polls events manually at some predefined period. As temporary measure, i suggest to put "self waitForInput" instead of "inputSemaphore wait" to make it easy to switch between old/new versions without intruding into the rest of code. 2008/11/22 Michael Rueger <m.rueger@acm.org>:
The event fetcher fetches events from the even and currently still
from the VM that is
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.