home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / binaries / membar21.lha / MemBar / Docs / MemBar.doc
Text File  |  1993-06-12  |  4KB  |  97 lines

  1. MemBar V2.1           © 1992 by PARADISE SOFT     PUBLIC DOMAIN
  2.  
  3.       This revision accomplished by Barry Wills, released 12 Jun 93.
  4.  
  5. NOTE:  following this update text is the original documentation of MemBar
  6. V1.0.
  7.  
  8. I rewrote MemBar in the E language as a programming excercise.  Amiga E
  9. V2.1b and EPP V0.13b are required to compile the E source (Amiga E is
  10. Copyright ©Wouter van Oortmerssen, EPP is Copyright ©Barry Wills.)
  11.  
  12. I did make some changes to the way MemBar operates, the foremost of which is
  13. that I neglected to place the date in the title bar.  I also wanted the
  14. seconds to update naturally, I didn't want the display to be ghosted when
  15. the window becomes inactive, and I threw in an occasional WindowToFront() so
  16. the window won't remain hidden if covered.
  17.  
  18. There are two flavors of MemBar V2.1:  LARGE, if you like the look of the
  19. original meter, and SMALL, if like me you prefer to use as little of the
  20. display as possible.  Small MemBar has no front/back gadgets, and the window
  21. close gadget is hidden by the meter and clock displays.
  22.  
  23. The MemBar V2.1 executables are less than half the size of of V1.0, but
  24. because I'm invoking some extra functions the required RAM increased from
  25. 20K to about 23K for small MemBar, and about 24K for large Membar.
  26.  
  27. MemBar V2.1 was compiled with AmigaE V2.1b and should be compatible with
  28. KickStart 1.2 up.  I'd like to thank "Pink" of PARADISE SOFT for releasing
  29. the C code for MemBar.  I found it very instructive.  Thanks again to Wouter
  30. van Oortmerssen for his awesome Amiga E language!  No additional
  31. restrictions are placed on MemBar V2.1.
  32.  
  33. I can be reached as follows:
  34.   USnail:  Barry Wills
  35.            5528D Pryor Dr.
  36.            Scott AFB, IL 62225 (USA)
  37.            (618) 744-1096
  38.  
  39.   Internet:  bwills@kirk.safb.af.mil
  40.  
  41.   -- Barry
  42.  
  43. ---------------------------------------------------------------------------
  44.  
  45. MemBar V1.0           © 1992 by PARADISE SOFT     PUBLIC DOMAIN
  46.  
  47. ---------------------------------------------------------------------------
  48.  
  49.                                   COPYRIGHT
  50.                                   ¯¯¯¯¯¯¯¯¯
  51.  
  52. MemBar is fully PUBLIC DOMAIN, you can do what ever you want with it !!
  53.  
  54. ---------------------------------------------------------------------------
  55.  
  56.                                     ABOUT
  57.                                     ¯¯¯¯¯
  58.  
  59. MemBar is a small utility that displays you free memory using to bar, one
  60. for CHIP mem, one for FAST mem. I've been using DClock for quite a long
  61. time, but I only used the memory display of DClock. Because DClock needs
  62. quite a lot of memory, I wrote MemBar, which is much smaller.
  63.  
  64. MemBar was compiled under DICE V2.06.40 © by Matthew Dillon.
  65.  
  66. ---------------------------------------------------------------------------
  67.  
  68.                                 INSTRUCTIONS
  69.                                 ¯¯¯¯¯¯¯¯¯¯¯¯
  70.  
  71. Well, there isn't much to explain. The top bar indicates how much of your
  72. CHIP mem is allocated, the bottom bar is for FAST mem.
  73.  
  74. Pressing the right mousebutton on the activated MemBar window, switches the
  75. display to the actual date and time. Another click swaps to the bars again.
  76.  
  77. ---------------------------------------------------------------------------
  78.  
  79.                                 INSTALLATION
  80.                                 ¯¯¯¯¯¯¯¯¯¯¯¯
  81.  
  82. It is adviseable to start MemBar using your startup-sequence. Copy the two
  83. files MemBar and RunBackGround to your C: directory and insert the line :
  84.  
  85.         RunBackGround C:MemBar
  86.  
  87. to your startup-sequence. You should use RunBackGround, because otherwise
  88. the CLI-window won't be closed after EndCLI.
  89.  
  90. ---------------------------------------------------------------------------
  91.  
  92.  
  93.                                 Pink says : "Goodbye.."
  94.  
  95.                                                     21-Dec-1992  Hamburg
  96.  
  97.