home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / PROGRESS.ZIP / prgrss.txt < prev    next >
Text File  |  1996-06-06  |  2KB  |  44 lines

  1.  
  2. Mark's Progress Meter
  3. ---------------------
  4.  
  5. Mark's Progress Meter is an ideal alternative to other progress
  6. meters when the total duration of an operation is unknown. A 
  7. diagonally striped bar progresses under the control of a timer or
  8. by the calling of the Nudge method. The meter doesn't give any
  9. indication of duration just activity.
  10.  
  11. As this package is freeware it comes with no warranty of any kind.
  12. However, if your computer does blow up as a direct result of using
  13. it I'd enjoy hearing about the experience.
  14.  
  15. To install Mark's Progress Meter copy all the files (except this 
  16. one) into a directory that's on your component path and install
  17. as you would any other component.
  18.  
  19. To use Mark's Progress Meter just drop it onto a form and set a
  20. few properties! The key properties are:
  21.  
  22.   Status - Can be psOn, psOff, psNudge. 
  23.            When psOn the meter moves along automatically every 
  24.            Interval milliseconds. 
  25.            When psOff the meter is stationary. 
  26.            When psNudge the meter moves along every time the Nudge 
  27.            method is called Interval times e.g. if Interval is set 
  28.            to 10 then the meter will move along after 10 calls to 
  29.            the Nudge Method.
  30.   ForeColor & BackColor - Define the colours used to draw the meter!
  31.   Interval - See the description of the Status property above.
  32.  
  33. Hope you like it and find it useful. Comments and suggestions are
  34. most welcome. Future revisions of this component will be posted
  35. to http://www.oxfordcc.co.uk/rcai.
  36.  
  37. One final thing, if you do find this useful then PLEASE be kind 
  38. enough to send me an e-mail. None of this stuff magically appeared
  39. overnight.
  40.  
  41.     Mark
  42.  
  43. E-Mail: mark@temati.demon.co.uk
  44.