home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / apple2 / 27334 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!piccolo.cit.cornell.edu!crux3!jmk3
  3. From: jmk3@crux3.cit.cornell.edu (Jay Krell)
  4. Subject: Re: rSounds -- How to play them?
  5. Message-ID: <jmk3.727682619@crux1.cit.cornell.edu>
  6. Sender: news@piccolo.cit.cornell.edu (USENET News System)
  7. Nntp-Posting-Host: crux3.cit.cornell.edu
  8. Organization: Cornell Information Technologies
  9. References: <C10Co9.13p@CAM.ORG> <aj84669@pro-ace.cts.com>
  10. Date: 22 Jan 93 06:03:39 GMT
  11. Lines: 27
  12.  
  13. >Finder Extensions are INITS.  If you want them available all the time (not
  14. >just while in the Finder), put them in your System.Setup folder.
  15.  
  16. Wrong.
  17.  
  18. Finder extensions can be a number of things. They just have to be in memory at
  19. the same time as Finder. Finder extensions can be inits (permanent), NDA's,
  20. CDA's, and Control Panels. An application _could_ even leave some code in
  21. memory that acts as a Finder extension. Finder extensions even have their own
  22. filetype (OMF load file, I think auxtype 1); this is intended for extensions in
  23. the FinderExtras folder, but might also be for System.Setup; I forget.
  24.  
  25. The init filetype happens to be the most suitable for something that is only a
  26. Finder extension because it has no interface/special format, whereas NDA's and
  27. control panels do. Plus, NDA's and cdevs are typically used to package an
  28. interface, whereas Finder extensions typically use the Finder's Extras menu and
  29. the Finder itself for their interface.
  30.  
  31. eg: EgoEd and ControlPanel are both extensions. EgoEd will open textual files
  32. double clicked in Finder and ControlPanel will open control panels. I'm not
  33. sure if the Sound control panel plays double clicked sounds; if it doesn't, it
  34. would be very easy to write something that "redirects" double clicks on sound
  35. files to it.
  36.  
  37.  
  38.   --Jay, jay.krell@cornell.edu
  39.  
  40.