home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / status / !Status / !Help next >
Text File  |  1993-07-18  |  4KB  |  80 lines

  1.  
  2. • !Status
  3. • version 1.03 (28-Mar-93)
  4. • by Dave Thomas © 1992-3
  5.  
  6.  Purpose ___________________________________________________________________
  7.  
  8.  It seems that status bars are becoming increasingly popular in software
  9. packages (DrawPlus, ArtWorks etc). They are normally just an icon which
  10. makes comments on your last operation, which is useful if you go away for a
  11. bit and can't quite remember where you were up to.
  12.  After using !DrawPlus quite intensively once for a project, using the
  13. desktop without one became quite strange. So I wrote one!
  14.  Status is basically a Wimp message monitor, it cannot 'see' all the
  15. messages as loads of them are task-task messages as opposed to broadcast
  16. messages. Status also has applications as a sort-of virus detector, i.e. if
  17. you keep a beady eye open you might possibly see a virus initialising itself
  18. (!). 
  19.  
  20.  Usage _____________________________________________________________________
  21.  
  22.  After you have loaded Status, it's main window will open just above the
  23. icon bar. At first the window looks un-moveable because it hasn't got a
  24. title bar but don't worry, you can move the window by dragging the icon
  25. where the text appears. The buttons to the left are just the standard
  26. Wimp-gadgets except that I've implemented my own user interface for them,
  27. they work in exactly the same way as the usual gadgets (but on Risc OS 3 the
  28. window won't iconise).
  29.  When something happens and !Status gets to hear about it, it will make a
  30. comment on it. Such as 'The Wimp has changed to mode 12'.
  31.  
  32.  Notes _____________________________________________________________________
  33.  
  34. - It's probably best to install !Status before any other application as
  35.  other apps could claim messages and then !Status will not be able report
  36.  on them.
  37. - !Status can spool out a log file of all the messages it receives to a file
  38.  '<Status$Dir>.MsgLog'. If you want this, then go into !RunImage and on the
  39.  end of the third line is 'log%=FALSE' change this to 'log%=TRUE'. The file
  40.  will be written to when a message occurs so it slows things down a bit....
  41. - Some messages aren't let though 'cos you'd end up seeing nothing but the
  42.  same messages repeatedly ('SetSlot' is the main culprit). They're REMed out
  43.  in !RunImage change 'em if yer wanna. 
  44.  
  45.  Copyright _________________________________________________________________
  46.  
  47.  This software is supplied "as is", using it is entirely at your own risk. 
  48. You are free to distribute this application to anyone you please via any
  49. medium, provided it is delivered with *all* the supplied files, *unaltered*.
  50. You are not allowed to sell this software and I do not want to see it
  51. supplied as a 'freebie' with any commercial packages, although I welcome
  52. invitations to discuss any details should you want to do so. I (the author)
  53. retain copyright over all of this application apart from the Interface
  54. Manager Module, to which I make no claims.
  55.  
  56.  If you want a disc archived packed with all the very latest versions of my
  57. apps and utils and stuff, then please send me £3 at the address below.
  58.  If you have any comments, bug reports, suggestions for future versions or
  59. anything else to offer me (oo-er!) don't hesitate to write to -
  60.  
  61.   Dave Thomas
  62.    20 Rosebery Avenue
  63.      Waterloo
  64.        Liverpool
  65.                  L22 2BH
  66.  
  67.  Version Updates ___________________________________________________________
  68.  
  69. 1.00 First released version
  70. 1.01 - Interface Manager 2.00 now used
  71.      - Templates updated (had old border indirection strings)
  72.      - Sperling missstayke corekted
  73. 1.02 - Enhancements (bug fixes!) for Risc OS 3
  74.      - Iconise messages recognised   
  75.      - Gadgets changed to Sprites from chars
  76. 1.03 - More messages recognised, not all reported though as some are REMmed
  77.        out in !RunImage. Considering doing a version where all messages are
  78.        logged in a queue-type thing, ie big window. Ho hum...
  79.      - Log 'option' added
  80.