Re: last mouse movment or keyboard hit

2008-03-28 Thread Ron Eggler
Diez B. Roggisch wrote: > Ron Eggler schrieb: >> Hi, >> >> I would like to get the time of the most recent human activity like a >> cursor movement or a key hit. >> Does anyone know how I can get this back to start some action after there >> has been no activity for X minutes/seconds? > > Try ho

Re: last mouse movment or keyboard hit

2008-03-27 Thread Diez B. Roggisch
Ron Eggler schrieb: > Hi, > > I would like to get the time of the most recent human activity like a cursor > movement or a key hit. > Does anyone know how I can get this back to start some action after there > has been no activity for X minutes/seconds? Try hooking yourself into the OS screen-sav

Re: last mouse movment or keyboard hit

2008-03-26 Thread Ron Eggler
Gabriel Genellina wrote: >>> En Wed, 26 Mar 2008 00:38:08 -0300, Ron Eggler <[EMAIL PROTECTED]> >>> escribió: >>> >>> >> I would like to get the time of the most recent human activity like a >>> >> cursor >>> >> movement or a key hit. >>> >> Does anyone know how I can get this back to start some a

Re: last mouse movment or keyboard hit

2008-03-26 Thread Ron Eggler
azrael wrote: > You can use wxPython. Take a look on the DemoFiles that you can > download also from the site. I remember that there has been a demo of > capturing mouse coordinates and also one example about capturing Which > key has been pressed at which time. > Just start the time, count the in

Re: last mouse movment or keyboard hit

2008-03-26 Thread Gabriel Genellina
>> En Wed, 26 Mar 2008 00:38:08 -0300, Ron Eggler <[EMAIL PROTECTED]> >> escribió: >> >> >> I would like to get the time of the most recent human activity like a >> >> cursor >> >> movement or a key hit. >> >> Does anyone know how I can get this back to start some action after >> >> there >> >>

Re: last mouse movment or keyboard hit

2008-03-26 Thread azrael
You can use wxPython. Take a look on the DemoFiles that you can download also from the site. I remember that there has been a demo of capturing mouse coordinates and also one example about capturing Which key has been pressed at which time. Just start the time, count the interactions of key strokes

Re: last mouse movment or keyboard hit

2008-03-26 Thread Ron Eggler
Gabriel Genellina wrote: > En Wed, 26 Mar 2008 00:38:08 -0300, Ron Eggler <[EMAIL PROTECTED]> escribió: > >> I would like to get the time of the most recent human activity like a >> cursor >> movement or a key hit. >> Does anyone know how I can get this back to start some action after there >> ha

Re: last mouse movment or keyboard hit

2008-03-25 Thread Gabriel Genellina
En Wed, 26 Mar 2008 00:38:08 -0300, Ron Eggler <[EMAIL PROTECTED]> escribió: > I would like to get the time of the most recent human activity like a > cursor > movement or a key hit. > Does anyone know how I can get this back to start some action after there > has been no activity for X minutes/