Re: cocoa-dev digest, Vol 2 #2481 - 9 msgs
Re: cocoa-dev digest, Vol 2 #2481 - 9 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #2481 - 9 msgs
- From: Chad Jones <email@hidden>
- Date: Thu, 12 Jun 2003 14:48:18 -0700
Are you trying to use high level frameworks like Cocoa from a
StartupItem? If this is true then you should know there are
difficulites in doing this. Generally this problem has to do with
the inability to talk to the new Window Server I say "new" Window
Server because it gets relaunched every logout.
FYI the Window Server provides backing support to many high level
frameworks on MacOSX. Without this backing support certain API's
wouldn't work. This includes API's which don't have anything to do
with graphics.
Date: Thu, 12 Jun 2003 14:49:08 +1000
Subject: Re: StartupItems hates me: continued (2) ....
Cc: email@hidden
To: Lloyd Dupont <email@hidden>
From: Lloyd Dupont <email@hidden>
I install this dumy server in '/Library/StartupItems' and it failed as
descibe below.
However, just for fun, I install it in '/System/Library/StartupItems'
and this times it seems to work ok.
On one hand I could blame Apple documentation for advising me to use
'/Library/StartupItems' while it doesn't work.
But, on the other hand, I have Timbuctu in '/Library/StartupItems' too,
and it work.
so I guess there is something wrong with what I do.
Any ideas ? ....
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.