home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / misc / 24199 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!nott!torn!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!gatech!hubcap!ncrcae!ncrhub2!ncrgw2!psinntp!cubetech.com!imladris!andrew
  3. From: andrew@cubetech.com (Andrew Loewenstern)
  4. Subject: Re: Silly NeXT question from user who should know the answer
  5. Message-ID: <1993Jan28.133046.15696@cubetech.com>
  6. Organization: Cube Technologies, Inc.
  7. References: <1993Jan26.232845.12294@cs.yale.edu>
  8. Date: Thu, 28 Jan 1993 13:30:46 GMT
  9. Lines: 37
  10.  
  11. In article <1993Jan26.232845.12294@cs.yale.edu> nathan@laplace.biology.yale.edu writes:
  12. >I'm going to catch hell for now knowing this, but...
  13. >
  14. >How can a user "inform" the FileViewer that files with certain
  15. >extensions should have a corresponding app selected as the default
  16. >launch app?  It's easy enough to select an app already displayed in the
  17. >Tools panel of the inspector, but how does one add a new choice?  Dragging
  18. >an icon into that area doesn't seem to work (it should!)... 
  19.  
  20. You have to edit the __header portion of the __ICON segment of the
  21. App.  The best way to do it is to pull it out of the App with
  22. SegHoarker and change it with Edit.
  23.  
  24. The format goes a little something like this:
  25.  
  26.  
  27. S    <extension>    <app name>    <icon name>
  28.  
  29.  
  30. Those are tabs and not spaces...  So if you want to make Edit the
  31. default app for tiff files for some reason, put this in the __header
  32. portion of Edit:
  33.  
  34. S tiff Edit unknown
  35.  
  36.  
  37. This will make Edit appear in the tools inspector.  Unknown just tells
  38. the workspace to get the icon from somewhere else (in this case from
  39. the OS, which already has a tiff icon).
  40.  
  41.  
  42. andrew
  43. -- 
  44. andrew@cubetech.com      | "We cannot dwell in the time that is to come,
  45. Andrew Loewenstern       |  lest we lose our now for a phantom of our
  46. Cube Technologies, Inc.  |  own design." - Erendis      FYEO Public Key:
  47. 0000000701B61D1ADF0DFC9C16185CEA055200000007EB4A9FEB1922065D471A89E905B5
  48.