home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5338 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: qureshi@unixhub.slac.stanford.edu ( "For deposit only")
  4. Subject: Re: Problems implementing services and new problem
  5. Message-ID: <1992Jul29.210810.19814@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Reply-To: cooldude@elaine43.stanford.edu
  8. Organization: DSO, Stanford University
  9. References: <1992Jul29.205038.25257@magnus.acs.ohio-state.edu>
  10. Date: Wed, 29 Jul 92 21:08:10 GMT
  11. Lines: 24
  12.  
  13. In article <1992Jul29.205038.25257@magnus.acs.ohio-state.edu>  
  14. phayes@magnus.acs.ohio-state.edu (Patrick W Hayes) writes:
  15. >     A potential problem could be that you changed your program while
  16. > it was in the Apps directory.  I have noticed that the Workspace Manager  
  17. caches
  18. > the services you provide so it doesn't have to check every time you log in.   
  19. So
  20. > to provide new or different services I now remove my program from the Apps 
  21. > directory, log out, log in, install it again, log out, and log in again.  It 
  22. > took me about six hours to figure that one out.
  23. >     My problem is with dynamic services.  I create the file in
  24. >  ~/.NeXT/services with my program name and same format as the one that I 
  25. > compile with, call NXUpdateDynamicServices() and I don't see my new services.
  26. > I'm already the servicesDelegate, so that isn't it.  I even noticed that a  
  27. new
  28. > service from Digital Librarian won't appear in Edit's Services menu until you
  29. > quit and restart and open a document, but my own still does not show up.  Any
  30. > help greatly appreciated. 
  31.  
  32. Type make_services in a Terminal Window.  It forces the WorkSpaceManager to  
  33. reread the services.
  34.  
  35. Imran
  36.