home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5337 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.5 KB

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