home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5876 < prev    next >
Encoding:
Text File  |  1992-08-30  |  2.4 KB  |  61 lines

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!ditka!ntg!rosie!next.com)
  2. From: gburd@next.com) (Greg Burd)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: NEW Example Code on Sonata
  5. Keywords: Example Code NeXT OOC Workspace Inspector Preferences Dynamic Loadable
  6. Message-ID: <4883@rosie.NeXT.COM>
  7. Date: 28 Aug 92 17:02:56 GMT
  8. Sender: news@NeXT.COM
  9. Lines: 50
  10.  
  11. Hello everyone,
  12.  
  13.     I have been placing example 3.0 code on Sonata in the past few  
  14. weeks, and due to time constraints, I haven't had the opportunity to let  
  15. everyone know what I have done.  All of these examples are in the  
  16. directory /pub/next/submissions.  They may be moved to either  
  17. /pub/next/submissions/3.0-release/source (or to  
  18. /pub/next/docs/MiniExamples, as they may become MiniExamples).
  19.  
  20. PersonalPreferences.tar.Z
  21. -------------------------
  22.     This is a custom loadable Preference for Preferences.app.  It takes  
  23. advantage of the Preferences API now available to developers in 3.0.  If  
  24. you want to make a Preference, here is where to start.
  25.  
  26. NeXTWORLD_DragLab.tar.Z
  27. -----------------------
  28.     This is example code that will be discussed in the Winter edition  
  29. of NeXTWORLD mag. in a joint article by myself and Simson (with some input  
  30. from Andrew Stone).  It implements a view that uses the new 3.0 drag and  
  31. drop categories and methods.  This example could easily be modified to  
  32. drag anything anywhere; including files, EPS, TIFF, Custom Data, etc.
  33.  
  34. YourWS_Inspector.tar.Z
  35. ----------------------
  36.     This is an example of how to create a custom Workspace Contents  
  37. inspector.  If, for example, you were to write a program similar to Draw,  
  38. and you would like your users to be able to view your documents without  
  39. running the program.  You could create a custom contents inspector that  
  40. had the ability to display your document.  The inspector you create is  
  41. register for a file extension, and when a user has a file with that  
  42. extension selected in Workspace, and the contents inspector active, your  
  43. custom inspector will be activated.  This is really really cool.  :-)
  44.  
  45.  
  46.     So I hope that this code will make your jobs easier, and I hope to  
  47. see examples of vendors using this code in the future.  Comments are  
  48. always welcome.  Your examples are also welcome.
  49.  
  50. Cheers,
  51.  
  52. -greg
  53.  
  54. ---------
  55. Greg Burd
  56. NeXT Developer Support (temp)
  57.  
  58. #import <std/disclaimer>
  59. #import <std/joke>
  60. #import <std/ :-) >
  61.