home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / PercentDemo.README < prev    next >
Encoding:
Text File  |  1990-05-07  |  2.1 KB  |  55 lines

  1.  
  2.  
  3.    +--+--+--+--+
  4.    |@@@        |
  5.    +--+--+--+--+
  6.       +--+--+--+--+           P E R C E N T   C L A S S
  7.       |@@@@@@     |
  8.       +--+--+--+--+           D E M O N S T R A T I O N
  9.          +--+--+--+--+
  10.          |@@@@@@@@@  |   
  11.          +--+--+--+--+             by Bryce Jasmer
  12.             +--+--+--+--+         of Eagle Software
  13.             |@@@@@@@@@@@|
  14.             +--+--+--+--+
  15.  
  16.  
  17. About...
  18.  
  19. I was thinking about the beauty of the NeXT one day and how nice it
  20. was to have an object oriented development environment as rich as
  21. NeXTStep and the Appkit. I wanted to get some programming in and
  22. thought I would write a new class that others could benefit from.
  23.  
  24. I have thrown together a quick application that demonstrates the class
  25. and have put it on the 'cs.orst.edu' ftp archive in the directory
  26. pub/next/demos and pub/next/classes. (If you don't understand how to
  27. use anonymous ftp send me mail and I will help you out.)
  28.  
  29. The class is a rather simple one. It implements a sliding scale to
  30. show the user how much of a process is done. This would be ideal for
  31. showing the number of lines compiled in a program, the amount of a
  32. file that is being processed, etc. It is a subclass of the View class
  33. and is rather easy to set up and has many different options and looks.
  34. Run the five samples in the main window to get a feeling for what the
  35. Percent class can do.
  36.  
  37. Order Info...
  38.  
  39. I am not charging for this demo or for the Percent Class but a
  40. donation would certainly be appreciated (I have many loan payments
  41. left on my cube.) I would like to keep track of who all is using the
  42. Percent Class so to get a hold of the header file and the object file
  43. send mail to "jasmerb@cs.orst.edu" and I will send you a starter kit.
  44.  
  45. If you have received the header file and object file (Percent.h and
  46. Percent.o) from someone other than myself, please send me mail and let
  47. me know so that I can keep a list of all who are using Percent. I can
  48. then inform you of any updates, changes, enhancements, etc. Thanks.
  49.  
  50. ----------------------------------------------------------------------
  51.  
  52. For more information, comments, questions, etc. Please send mail to me
  53. at: "jasmerb@cs.orst.edu".
  54.  
  55.