home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / freememory / ReadMe < prev   
Text File  |  1995-11-05  |  2KB  |  45 lines

  1.              FreeMemory version 3.09 (RISCOS 3.10 version)
  2.              ---------------------------------------------
  3.  
  4. Here is yet another utility which displays the amount of free memory on
  5. the icon bar!
  6.  
  7. It was written as none of the others I came across were to my liking. My
  8. main trouble is that I begrudge every byte of memory and so I am not 
  9. prepared to give up a 32K wimpslot to a program that is meant to help me
  10. manage memory.
  11.  
  12. I am also too mean to allow wasted NullReason codes so the task is only 
  13. called when something may have changed.
  14.  
  15.                              -*-*-*-*-*-*- 
  16.  
  17. FreeMemory is a small Module task (2644 bytes) that displays a text icon
  18. on the icon bar showing how much applications memory is free.
  19.  
  20. The font and font size of this icon can be set using the FreeMemory$Options
  21. variable :
  22.  
  23.         *set FreeMemory$Options fontid [size [height]]
  24.  
  25. For example :
  26.  
  27.         *set FreeMemory$Options Trinity.Medium 14
  28.  
  29. If there is no variable, or it is wrongly set or the font is unavailable
  30. then the system font will be used. There is NO error report in these cases.
  31.  
  32. The utility will only notice that this variable has changed on a mode
  33. change (eg after F12).
  34.  
  35. DesktopSave is recognised but assumes that the Modules$Path is set to the
  36. directory where extra modules are kept as this is the way I use my system.
  37.  
  38.                              -*-*-*-*-*-*-
  39.  
  40.                         FreeMemory version 2.11
  41.                         -----------------------
  42.  
  43. This is an older version (2632 bytes) that runs on RISC OS 2 and 3.
  44.  
  45.                John P Baker (John.P.Baker@bristol.ac.uk)