MorphicEvent >> timeStamp ???

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MorphicEvent >> timeStamp ???

marcel.taeumel (old)
Hi, there!

In what format is the time stamp of events? It's not Time millisecondClockValue...

Print it:

self currentEvent timeStamp

No, print that:

Time millisecondClockValue.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: MorphicEvent >> timeStamp ???

Levente Uzonyi-2
Looks like it is:

{
self currentEvent timeStamp.
Time millisecondClockValue
} "==> #(88293652 88293660)"


Levente

On Mon, 4 May 2015, Marcel Taeumel wrote:

> Hi, there!
>
> In what format is the time stamp of events? It's not Time
> millisecondClockValue...
>
> Print it:
>
> self currentEvent timeStamp
>
> No, print that:
>
> Time millisecondClockValue.
>
> Best,
> Marcel
>
>
>
> --
> View this message in context: http://forum.world.st/MorphicEvent-timeStamp-tp4824194.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: MorphicEvent >> timeStamp ???

marcel.taeumel (old)
http://forum.world.st/win32-Morphic-event-timeStamp-bug-tp4824244.html

I found the bug in the windows vm. :)

Best,
Marcel