Service menu item that disappears or doesn't appear at all
Service menu item that disappears or doesn't appear at all
- Subject: Service menu item that disappears or doesn't appear at all
- From: Michael Dupuis <email@hidden>
- Date: Fri, 21 Jan 2005 10:26:28 -0500
I've kind of run out of ideas on this so I thought I'd
see if anyone here had any insight on a problem I'm
having. My application adds a menu item to the
Services menu. For the most part, and for the majority
of people, things work fine. For a small subset of
people, the menu item either never gets added, or gets
added but then disappears after reboot.
I've done all the usual things of course, including
adding the NSServices array to Info.plist for my
target, and even tried adding this to my
applicationDidFinishLaunching:(NSNotification
*)notification method in my application delegate:
[NSApp setServicesProvider:self];
NSUpdateDynamicServices();
but still this problem occurs. It seems to be an OS
problem, but I have no ideas for a workaround, if
there even is one. Is there anything I might be
forgetting? And yes, I make sure the users try putting
the application into the Applications folder, logout,
reboot, etc.
Any input would be greatly appreciated!
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden