home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / clockmem / !ClockMem / !Help next >
Encoding:
Text File  |  1996-11-25  |  2.3 KB  |  62 lines

  1. ClockMem
  2. --------
  3.  
  4. This application tells you how much memory you have free,
  5. and what time it is. It also allows you to set the time,
  6. and to set a single alarm.
  7.  
  8. It only takes up one page of RAM, even if your page size is
  9. only 4k. (To be more precise, that's how much application space
  10. it takes up. The Wimp uses a bit of memory -- in the RMA, I
  11. guess -- for various data structures; this overhead seems to be
  12. about 1k per invocation.)
  13.  
  14.                   --- *** ---
  15.  
  16. This program is freeware: you may do anything with
  17. it, provided you don't make any money from it. (Or
  18. from derivatives of it.) For more details, please
  19. see the file called CONDITIONS in the same directory
  20. as this one.
  21.  
  22.     Gareth McCaughan
  23.     gjm11@dpmms.cam.ac.uk
  24.     
  25.                   --- *** ---
  26.  
  27. Technical points:
  28.  
  29.  - The icon is larger than Acorn say it should be. It doesn't seem to
  30.    cause any problems.
  31.  
  32.  - The time and number of K free are displayed by directing output to
  33.    the relevant sprite and using OS_Write0. If you want them in an
  34.    anti-aliased font, that's your problem.
  35.  
  36.  - If you make any changes to the templates or the source code, see
  37.    the file in this directory called ADVICE.
  38.  
  39.  - If you're using a territory in which days-of-the-month aren't
  40.    2-digit numbers, or short month names aren't 3 characters, you
  41.    will need to change the SetAlarm window and the string stored
  42.    in the program at .alm_fmt -- shouldn't be hard.
  43.  
  44.  - If you're on a network or something, so that the !ClockMem directory
  45.    isn't writable, change !Run to set ClockMemAlarm$Dir to something
  46.    more useful. This is where the current-state-of-alarm file gets
  47.    stored. Changing this will be useful in any multi-user environment,
  48.    of course...
  49.  
  50.  - If you're using a Risc PC, you will probably have trouble with the
  51.    alignment of the arrows in the "Set Alarm" window. In this case, run
  52.    the program "Source2" (in the Resources directory), which will produce
  53.    a version using the templates in Resources.Template2. Even if you don't
  54.    have a Risc PC you might prefer this, actually. (You will need to have
  55.    run !ClockMem first; otherwise it won't know where its files are meant
  56.    to be.)
  57.  
  58.  - The time of the alarm is only saved when the machine is shut down or
  59.    !ClockMem is quit, so it will be lost if you reset or crash the
  60.    machine. This is stupid, and is all my fault. It may change in a
  61.    later version.
  62.