home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / clock230.zip / ENGLISH.DOC < prev    next >
Text File  |  1995-08-28  |  3KB  |  87 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 and Internet 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.   Translation to French by Raphaël Vanney.
  40.     (Internet: zlika@chaos2.frmug.fr.net)
  41.   Translation to Italian by Renato Rolando
  42.     (Internet: rolandor@inrete.alpcom.it)
  43.  
  44.  
  45. History:
  46.  
  47.   2.00 (13 September 1993)
  48.     Submitted to Compuserve's OS/2 Forum, September 1993.
  49.  
  50.   2.01 (13 October 1993)
  51.     Disabled logging.
  52.  
  53.   2.10 (15 November 1993)
  54.     Converted to IBM C Set ++ for OS/2.
  55.  
  56.   2.11 (23 December 1993)
  57.     Fixed help manager initialization.
  58.     Added window animation option.
  59.     Added exception handler.
  60.  
  61.   2.12 (25 January 1994)
  62.     Further migration to C++.
  63.  
  64.   2.13 (15 February 1994)
  65.     Added Internet address.
  66.  
  67.   2.14 (8 June 1994)
  68.     Now raises priority of idle-time thread during shutdown, insuring shutdown.
  69.     Fixed bug in RESET command-line option.
  70.     Fixed bug in repaint after resize.
  71.  
  72.   2.15 (16 June 1994)
  73.     Now uses time/date formatting information from the Country object.
  74.  
  75.   2.20 (18 July 1994)
  76.     Translation to French.
  77.  
  78.   2.21 (24 October 1994)
  79.     Added option to display seconds.
  80.     Added context menu.
  81.  
  82.   2.30 (28 August 1995)
  83.     Translation to Italian.
  84.     Added thread ID to exception log.
  85.     Added Close option to context menu.
  86.  
  87.