home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / m / mempie2 / !MemPie2 / !Help < prev    next >
Text File  |  1995-04-06  |  8KB  |  179 lines

  1. Memory Pie 2 version 1.00
  2. © Sam Kington 7th April 1994
  3. This program is freeware, *not* public domain – i.e., I retain copyright (see
  4. “Boring legal message”)
  5.  
  6. Based on Memory Pie 1.00 © Ian Jeffray 12th October 1992.
  7.  
  8. If you already have, or are aware of, Ian Jeffray’s original Memory Pie, you
  9. can skip this next section and go straight to “Changes”. Otherwise, read
  10. on...
  11.  
  12. What this program does
  13. **********************
  14.  
  15.    Memory Pie is a little utility that sits on your icon bar and shows a
  16. pie-chart of how your memory is distributed. The display updates as tasks
  17. start up and quit, the module area extends, and other memory areas change
  18. size. You can therefore see at a glance how much spare memory you have, and
  19. how much memory is used for applications, module area, fonts etc. This is
  20. considerably more useful than the utilities that just show you your free
  21. memory.
  22.  
  23.    Execution is simple: just run it (put it in your boot sequence maybe), and
  24. glance at the icon occasionally if you feel so inclined.
  25.  
  26.    Clicking Select on the iconbar will open a larger window (which you can
  27. toggle between two sizes), if you want to examine the pie in more detail.
  28. Clicking Adjust will open a small information window that tells you what each
  29. colour stands for.
  30.  
  31.    Full interactive help is available (although, this being such a small
  32. utility, there isn’t a lot of it).
  33.  
  34. Changes from Ian Jeffray’s version
  35. **********************************
  36.  
  37.    Ian Jeffray was the original author of Memory Pie, and much the credit
  38. goes to him (although all the code in this is mine). I’ve been using his
  39. version for about a year now, but I got more and more irritated at some of
  40. its failings, so I wrote this new version. The advantages of Memory Pie 2
  41. over the original Memory Pie are:
  42.  
  43.       • More reliable updates: the original used to miss quite large memory
  44.         changes, so you had to click on the icon to update the display, and
  45.         then close the window.
  46.         
  47.       • Less memory used - 32K compared to 80K for the original (could have
  48.         been 64K without that gratuitous sprite). In fact, the wimpslot could
  49.         be even lower than that - I suspect 20K may be possible - but I
  50.         haven’t tested it on a Risc PC.
  51.         
  52.       • Copes with multisync modes, and doesn’t fill its icon on the icon bar.
  53.         This means there isn’t an ugly grey space where the nice texture
  54.         should be, and it doesn’t look blocky and ugly in a high-res mode.
  55.         It has a high-res sprite as well.
  56.         
  57.       • Interactive help, using my MoreHelp module.
  58.       
  59.       • Two sizes of large pie (tick-list feature ;-) ), and the key window
  60.         has been separated from the preview window.
  61.         
  62.    (You may be wondering why I’m whinging about textures not working properly
  63. if I don’t have a Risc PC. That’s because I’ve got FinalLook - and if you
  64. have an ARM3 RISC OS 3 machine you should too. All good ftp sites and
  65. Freeware libraries should have it.)
  66.  
  67.    There are still some problems, not least the fact that the module area is
  68. usually out by 96K or so (the system call doesn’t agree with what the Task
  69. Manager says). But that shouldn’t be too much of a problem as usually you
  70. can’t really see 96K on the iconbar icon if you have 4 Megs or more.
  71.  
  72.    Also, as I don’t have a Risc PC, I haven’t checked for dynamic memory
  73. areas. These will get lumped along with application memory, which will
  74. normally be OK except for the WIMP sprite pool, which should really be
  75. separate.
  76.  
  77.    Finally, here’s a complete list of what has been “borrowed” from the
  78. original version:
  79.  
  80.       • The icon is essentially the same as Memory Pie, with a white “2”
  81.         added on top of it.
  82.         
  83.       • The colour scheme and the ordering is exactly the same – indeed, if
  84.         you run Memory Pie and Memory Pie 2 side by side they should look
  85.         identical (if you’re in a TV mode, and don’t have textures on the
  86.         icon bar).
  87.         
  88.       • The category names, when they differ from the Task Manager ones, are
  89.         mostly the same as the original.
  90.  
  91.    But all the code has been rewritten.
  92.  
  93. Boring legal message
  94. ********************
  95.  
  96.    This application is freeware, that is, it can be distributed freely as
  97. long as only reasonable charges are made for media and distribution. I retain
  98. copyright on all program code and documentation.
  99.  
  100.    This software is supplied “as is”: I make no warranty, expressed or
  101. implied, of the merchantability of this software or its fitness for any
  102. particular purpose. In no circumstances shall I be liable for any damage,
  103. loss of profits, or any indirect or consequential loss arising out of the use
  104. of this software or inability to use this software, even if I have been
  105. advised of the possibility of such loss.
  106.  
  107.    In other words, if your computer crashes, blows up, you lose all your work
  108. etc. all because of Memory Pie 2, *it’s not my fault*. Honest.
  109.  
  110. About all these strange foreign characters in this file
  111. *******************************************************
  112.  
  113.    OK, so if you’re reading this on a PC or a Mac or another strange machine
  114. like that, you may be wondering what all these strange ae things are. Well,
  115. they’re quotes (sorry, there was another one), dashes, ligatures, etc.
  116. Honest. But not on all machines...
  117.  
  118.    Basically, character sets are only standard up to character 127, which is
  119. basically alphanumerics and a few standard punctuation marks. Foreign
  120. characters, typographical oddities like quotes and ligatures, and other more
  121. obscure symbols are “non-standard”, and each computer often has its own idea
  122. of where they should go in the character set. So don’t worry: even if it’s
  123. hard to read on your current machine, it won’t be on an Acorn machine. It may
  124. look slightly strange if you’re using the System font, however.
  125.  
  126.    But why am I using these strange characters in the first place? Well,
  127. they’re in the character set and they look nice in an outine font, and I’ve
  128. written a program called Smart Quotes (sorry for the plug) that substitutes
  129. these sort of characters automatically, and I’ve got it turned on at the
  130. moment...
  131.  
  132. How to contact me
  133. *****************
  134.  
  135. All bug-reports, suggestions, comments or indeed any feedback at all will be
  136. welcomed. Here’s how to get to me:
  137.  
  138. E-mail     : 926286ki@udcf.gla.ac.uk during term-time
  139.              These should be OK until June 1996
  140.              I (probably) won’t be at Glasgow during the holidays, but mail
  141.              will be automatically forwarded to wombat@altern.com, which is
  142.              my French email address.
  143.  
  144. Snail-mail : My term-time address, at least until June 1995, is:
  145.              Sam Kington
  146.              Flat 2/1
  147.              44 Hotspur Street
  148.              Glasgow G20 8NL
  149.              SCOTLAND
  150.              
  151.              Again, a backup is the home address – anything that goes here will get
  152.              to me eventually.
  153.              Sam Kington
  154.              Merlhiot
  155.              24420 Savignac les Eglises
  156.              FRANCE
  157.  
  158. Term-time is October to June, with bits off at Christmas (3 weeks) and
  159. Easter (4 weeks).
  160.  
  161. If you want an updated version of this, send a disc and the appropriate stamp
  162. (or two discs) to the appropriate address. So if I’m in France, send a French
  163. stamp to the French address; if I’m in the UK, send a Brit stamp to Glasgow.
  164. And yes, the Brit address doesn’t last for very long anymore - sorry.
  165.  
  166. If you send me something in the UK, bear in mind that I don’t have
  167. (easy) access to Acorn machines, so don’t send me an Acorn disc, send me a PC
  168. disc.
  169.  
  170. Finally, if you want to contact Ian Jeffray, here’s his address (taken from
  171. the original !Help file):
  172.  
  173.                 Ian Jeffray
  174.                 Field House
  175.                 Sessay
  176.                 Thirsk
  177.                 N. Yorks
  178.                 YO7 3BE
  179.