Re: determining system idle time in leopard

2008-09-19 Thread Memo Akten
Thanks for the replies guys, I think all fingers point to the same method which is a few years old - but thats cool. I was wondering if it had been simplified in Leopard but seems not (I just didn't want to write out-of-date code) Cheers, Memo. On 18 Sep 2008, at 12:03, Memo Akten wrote:

Re: determining system idle time in leopard

2008-09-18 Thread Bill Cheeseman
on 2008-09-18 7:03 AM, Memo Akten at [EMAIL PROTECTED] wrote: > In my app I'd like to check for system idle time, and perform an > action after a set amount of time. I've found this code to check for > system idle time > http://www.cocoabuilder.com/archive/message/cocoa/2004/10/27/120354 > > is t

Re: determining system idle time in leopard

2008-09-18 Thread Matt Neuburg
On Thu, 18 Sep 2008 12:03:42 +0100, Memo Akten <[EMAIL PROTECTED]> said: >In my app I'd like to check for system idle time, and perform an >action after a set amount of time. I've found this code to check for >system idle time >http://www.cocoabuilder.com/archive/message/cocoa/2004/10/27/120354 > >

determining system idle time in leopard

2008-09-18 Thread Memo Akten
In my app I'd like to check for system idle time, and perform an action after a set amount of time. I've found this code to check for system idle time http://www.cocoabuilder.com/archive/message/cocoa/2004/10/27/120354 is this still the best way to do it on leopard? cheers, memo. __