home *** CD-ROM | disk | FTP | other *** search
-
-
- +--+--+--+--+
- |@@@ |
- +--+--+--+--+
- +--+--+--+--+ P E R C E N T C L A S S
- |@@@@@@ |
- +--+--+--+--+ D E M O N S T R A T I O N
- +--+--+--+--+
- |@@@@@@@@@ |
- +--+--+--+--+ by Bryce Jasmer
- +--+--+--+--+ of Eagle Software
- |@@@@@@@@@@@|
- +--+--+--+--+
-
-
- About...
-
- I was thinking about the beauty of the NeXT one day and how nice it
- was to have an object oriented development environment as rich as
- NeXTStep and the Appkit. I wanted to get some programming in and
- thought I would write a new class that others could benefit from.
-
- I have thrown together a quick application that demonstrates the class
- and have put it on the 'cs.orst.edu' ftp archive in the directory
- pub/next/demos and pub/next/classes. (If you don't understand how to
- use anonymous ftp send me mail and I will help you out.)
-
- The class is a rather simple one. It implements a sliding scale to
- show the user how much of a process is done. This would be ideal for
- showing the number of lines compiled in a program, the amount of a
- file that is being processed, etc. It is a subclass of the View class
- and is rather easy to set up and has many different options and looks.
- Run the five samples in the main window to get a feeling for what the
- Percent class can do.
-
- Order Info...
-
- I am not charging for this demo or for the Percent Class but a
- donation would certainly be appreciated (I have many loan payments
- left on my cube.) I would like to keep track of who all is using the
- Percent Class so to get a hold of the header file and the object file
- send mail to "jasmerb@cs.orst.edu" and I will send you a starter kit.
-
- If you have received the header file and object file (Percent.h and
- Percent.o) from someone other than myself, please send me mail and let
- me know so that I can keep a list of all who are using Percent. I can
- then inform you of any updates, changes, enhancements, etc. Thanks.
-
- ----------------------------------------------------------------------
-
- For more information, comments, questions, etc. Please send mail to me
- at: "jasmerb@cs.orst.edu".
-
-