home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / developer / examples / ScrollViewExample.2.0.w.README < prev    next >
Encoding:
Text File  |  1997-12-18  |  1.5 KB  |  83 lines

  1. ScrollViewExample Version 2.0 by Eric Tremblay (ericet@cam.org)
  2.  
  3. Special thanks to John Markle of the Montreal NeXT Users Group
  4. and John C. Randolph for his "Appending test in NSText 
  5. objects" Usenet post.
  6.  
  7. Submitted to:
  8. ftp://next-ftp.peak.org/pub/openstep/submissions
  9.  
  10. Should end up in:
  11. ftp://next-ftp.peak.org/pub/openstep/windows/sourcelibrary
  12.  
  13.  
  14. Intro:
  15. ======    
  16.  
  17. ScrollViewExample Version 2.0 by Eric Tremblay
  18. This is simply an example of a working scrollview. 
  19. With some buttons to print a scrollview and a couple of other features.
  20.  
  21.  
  22. What's new?:
  23. ============
  24.  
  25. Version 2.0
  26. Ported to OpenStep for MACH.
  27.  
  28.  
  29. INSTALLATION:
  30. =============
  31.  
  32. WINNT:
  33.  
  34. 1. Unpack the software distribution
  35.  
  36.     a. open a "Bourne Shell" window
  37.     b. change directory to location of distribution, for example, C:\temp
  38.         cd C:\temp
  39.     c. gunzip the distribution:
  40.         gunzip Create_4.w.NT.m.MIS.tar.gz
  41.     d. untar the resulting uncompressed file:
  42.         tar xf Create_4.w.NT.m.MIS.tar
  43.  
  44.  
  45. The Package:
  46. ============
  47.  
  48. Version 2.0 comes complete in a tar.gz package.
  49. Which includes:
  50.  
  51.  - ScrollViewExample.app binary for OpenStep Intel for Windows NT
  52.  
  53.  - README.TXT  This file
  54.  
  55.  - Nebula.rtfd Information about the Nebula CDROM
  56.  
  57.  - Includes Full Source Code
  58.  
  59.  - Intel Windows NT binaries.
  60.  
  61.  
  62. Compiling:
  63. ==========
  64.  
  65. This version includes all the source code necessary to recompile 
  66. the program from scratch on OpenStep 4.0 or above. 
  67.  
  68.  
  69. CONTACT INFO:
  70. =============
  71.  
  72. Comments and suggestions are welcomed:
  73.  
  74. E-mail:    ericet@cam.org
  75.  
  76.  
  77. History:
  78. ========
  79. Original NEXTSTEP Version 1.0 June 12, 1993 
  80. OpenStep Version 2.0 May 20, 1997
  81.  
  82.  
  83.