home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5325 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.4 KB  |  33 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
  5. Message-ID: <1992Jul29.181314.26490@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.042157.18366@morrow.stanford.edu>
  10. Date: Wed, 29 Jul 92 18:13:14 GMT
  11. Lines: 20
  12.  
  13. In article <1992Jul29.042157.18366@morrow.stanford.edu> hinds@cmgm.Stanford  
  14. (Alexander Scott Hinds) writes:
  15. > I have a program in which I'd like to implement services.  That is, I'd  
  16. > like it available as a service to other programs.  As per the Appkit  
  17. > documentation in the release notes (2.0) I created a file that looks like  
  18. > this: (called services.txt)
  19. >     2.  Why doesn't my program show up in the Services menu?  I tried
  20. >     rebooting with the program in LocalApps, and it doesn't show up in
  21. >     the workspace like the services for CopyPath do.
  22. > --X
  23. You have to add a Services Item to your menu before your application can  
  24. provide services to other applications.  Why? I'm not sure.  Maybe adding the  
  25. Services item forces the linker to bring in other code or maybe the services  
  26. menu communicates with the WorkSpaceManager.  All I know is that it works.  To  
  27. add a Services item in IB, simply drag the Services item from the menu palette  
  28. to your main menu.
  29.  
  30. Imran
  31.