'telegraphy' as a means of data entry

Peter Hansen peter at engcorp.com
Sun Sep 12 14:38:16 EDT 2004


Fredrik Lundh wrote:

> in Tkinter, you'll find the event time (in milliseconds) in the time
> attribute of the event descriptor:
...
> also note that unlike Peter's example, the time attribute contains
> the time when the event was generated, not when it reached your
> program.

My example didn't show the time at all.  If you want
the time of the event generation in wxPython, you would
use the evt.GetTimestamp() call, which returns the
time of the event generation in milliseconds.

-Peter



More information about the Python-list mailing list