<div dir="ltr"><div><div><div><div><div><div>Hi, <br><br></div>a call to <br></div>Time millisecondClockValue <br></div>gives the current milliseconds since the image started. Did this change ?<br></div>I have a windows squeak 4.4 VM where it gave the uptime of the system (on windows).<br><br></div><div>Background:<br></div><div>HandMorph generates some MouseOver and/or MouseMove events, and if the <br></div><div>timeStamp value is not set, it sets it to Time millisecondClockValue, but the &quot;real&quot; events have<br></div><div>a time stamp of &quot;milliseconds since system was booted&quot;.<br></div><div><br>So, now it can happen that you have a real event (mouse click) at timeStamp (msecs since boot up)<br>3000000<br></div><div>and afterwards a generated mouseOver event with a time stamp since image startup<br></div><div>2000000 (if the image started ~15 min after system boot).<br></div><div>That is, a later event as a lower time stamp. This will disturb the event handling in<br></div><div>HandMorph&gt;&gt;#handleEvent: from:<br><br></div><div>Somehow, (after having the image running for a long time ? I don&#39;t know). The time stamp<br></div><div>for the generated events is allways much bigger than for the system events, and this<br></div><div>will make it impossible to detect double-click events.<br><br></div><div>see issue <br><a href="https://pharo.fogbugz.com/f/cases/18859">https://pharo.fogbugz.com/f/cases/18859</a> <br></div><div>and<br><a href="http://stackoverflow.com/questions/38700587/double-click-highlight-selection-in-pharo-5-0">http://stackoverflow.com/questions/38700587/double-click-highlight-selection-in-pharo-5-0</a><br><br></div><div><br></div>thanks<br></div>nicolai<br><br></div>