home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!sdd.hp.com!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!phayes
- From: phayes@magnus.acs.ohio-state.edu (Patrick W Hayes)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: Problems implementing services and new problem
- Message-ID: <1992Jul29.205038.25257@magnus.acs.ohio-state.edu>
- Date: 29 Jul 92 20:50:38 GMT
- References: <1992Jul29.042157.18366@morrow.stanford.edu> <1992Jul29.181314.26490@leland.Stanford.EDU>
- Sender: news@magnus.acs.ohio-state.edu
- Organization: The Ohio State University
- Lines: 14
- Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
-
-
- A potential problem could be that you changed your program while
- it was in the Apps directory. I have noticed that the Workspace Manager caches
- the services you provide so it doesn't have to check every time you log in. So
- to provide new or different services I now remove my program from the Apps
- directory, log out, log in, install it again, log out, and log in again. It
- took me about six hours to figure that one out.
- My problem is with dynamic services. I create the file in
- ~/.NeXT/services with my program name and same format as the one that I
- compile with, call NXUpdateDynamicServices() and I don't see my new services.
- I'm already the servicesDelegate, so that isn't it. I even noticed that a new
- service from Digital Librarian won't appear in Edit's Services menu until you
- quit and restart and open a document, but my own still does not show up. Any
- help greatly appreciated.
-