Re: Running a daemon

2008-06-18 Thread Ivan C Myrvold
Den 18. juni. 2008 kl. 14:22 skrev [EMAIL PROTECTED]: Ivan C Myrvold wrote on 2008-06-18 13:07:50: I have developed a daemon that have an Objective-C class "ApplicationWatcher" which checks the foreground applications with NSWorkspace. In my main I create the ApplicationWatcher, and the clas

Re: Running a daemon

2008-06-18 Thread Graham . Lee
Ivan C Myrvold wrote on 2008-06-18 13:07:50: > I have developed a daemon that have an Objective-C class > "ApplicationWatcher" which checks the foreground applications with > NSWorkspace. > > In my main I create the ApplicationWatcher, and the class starts an > NSTimer. > This is probably a st

Running a daemon

2008-06-18 Thread Ivan C Myrvold
I have developed a daemon that have an Objective-C class "ApplicationWatcher" which checks the foreground applications with NSWorkspace. In my main I create the ApplicationWatcher, and the class starts an NSTimer. This is probably a stupid question, but I want the daemon to continue runni