Expanding Window/View

2008-06-09 Thread SD
indow (is there a way to do this nicely like System Preferences does) add the views to the window --- BTW: I'm familiar with Cocoa so you can answer like I'm not a newbie. Thanx in advance. SD -- == SD WARNING: Programming may b

NSConnection registerName

2008-04-07 Thread SD
. Does anyone know what is going on here and how to fix it so that the connection is registered for the whole system (not per user as it appears). Thanx in advance. SD. -- == SD WARNING: Programming may be habit forming

Re: Can we write Mac Servies like We write for Windows services

2008-04-03 Thread SD
Two things to look at: A program called Lingon. The launchd docs: http://developer.apple.com/macosx/launchd.html SD __ Previous message on 4/3/08 at 11:33 PM -0700

RE: Unloading Launch Daemon app using Cocoa Application

2008-04-03 Thread SD
authenicate the command. So it should be: if( ![self isAuthenticated:[NSArray arrayWithObject: @"/bin/launchctl"]] ) { [self authenticate:[NSArray arrayWithObject: @"/bin/launchctl"]]; Hope this helps. SD -- ====== SD WARNING: Prog