• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DO & StartupItems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DO & StartupItems


  • Subject: DO & StartupItems
  • From: Lloyd Dupont <email@hidden>
  • Date: Thu, 5 Jun 2003 15:53:18 +1000

I created a StartupItem accessible through DO.
It start successfully, but when I try to access it from an ordinary
account I can't see it in DO ...
in fact even the root account can't see it.
although, when I try the "SystemStarter restart myService", it work
perfectly, meaning that, at last my program runnned by SystemStarter is
able to see itself through DO.

I register with code like that
NSConnection * conn = [NSConnection defaultConnection];
[conn setRootObject: self];
BOOL reg = [conn registerName: name];

And I lookup with code like that:
NSConnection * conn = [NSConnection
connectionWithRegisteredName:aName

host:nil];
return (Server *) [conn rootProxy];

what is it that happen ?
any tip ?
_______________________________________________
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.

  • Follow-Ups:
    • Re: DO & StartupItems
      • From: Wade Tregaskis <email@hidden>
  • Prev by Date: Re: converting rects between coordinate systems
  • Next by Date: DO & StartupItem: even worse ....
  • Previous by thread: Re: model->controller messaging
  • Next by thread: Re: DO & StartupItems
  • Index(es):
    • Date
    • Thread