home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / utility / os2 / clock / english.doc < prev    next >
Text File  |  1995-01-27  |  2KB  |  59 lines

  1. OS/2 Clock - Comments
  2.  
  3.   This program provides an analog or digital clock for the OS/2 desktop, and,
  4. because my boss wanted it to do so, it also monitors the system load, either
  5. as a percentage of CPU usage, or as a count of active tasks.  The clock's
  6. border changes color from green to yellow to red as the system load increases.
  7. The threshold values for these changes can be set by the user.
  8.  
  9.   I've provided the source code.  Feel free to borrow ideas from it, just
  10. don't change the program and distribute it as if it were still my program.
  11. If you would like to see new features, drop me a note.  My CompuServe ID
  12. is 72607,3111, and I check my mail several times a week. I'm interested
  13. in your comments.
  14.  
  15.   NOTE: If you'd like to see the program translated into another language,
  16. feel free to make your own version of ENGLISH.DOC, ENGLISH.CMD, ENGLISH.RC
  17. and ENGLISH.IPF.  Make your own version and send it to me via CompuServe mail,
  18. and I'll build the HLP and DLL files and post the updated package out to
  19. CompuServe for anyone to download.
  20.  
  21.  
  22. Installation:
  23.  
  24.     Run the installation file ENGLISH.CMD.  It will ask you where you want
  25. the program stored and whether you want it to be placed in the startup folder.
  26. The job will create a program object and place it either on the desktop or
  27. in the system startup folder.  This object will have all its attributes set
  28. up correctly for running the program.
  29.  
  30.  
  31. Author:
  32.  
  33.   Rick Papo, CompuServe 72607,3111.
  34.   Translation to Spanish by Rick Papo and Xavier Caballe.
  35.   Translation to German by Dr. Herbert Klaeren, University of Tübingen, Germany.
  36.     (Internet: klaeren@informatik.uni-tuebingen.de)
  37.   Translation to Catalan by Xavier Caballe.
  38.     (Internet: xavier.caballe@abaforum.es)
  39.  
  40.  
  41. History:
  42.  
  43.   2.00 (13 September 1993)
  44.     Submitted to Compuserve's OS/2 Forum, September 1993.
  45.  
  46.   2.01 (13 October 1993)
  47.     Disabled logging.
  48.  
  49.   2.10 (15 November 1993)
  50.     Converted to IBM C Set ++ for OS/2.
  51.  
  52.   2.11 (23 December 1993)
  53.     Fixed help manager initialization.
  54.     Added window animation option.
  55.     Added exception handler.
  56.  
  57.   2.12 (25 January 1994)
  58.     Further migration to C++.
  59.