home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / tckr12.zip / ticker.doc next >
Text File  |  1995-09-10  |  2KB  |  46 lines

  1. /*----------------------------------------------------------------------------*/
  2. /*- ticker.doc                                                               -*/
  3. /*- (C) Marcelo Krebber                                                      -*/
  4. /*- Version 1.0                                                              -*/
  5. /*- Munich, Germany                                                          -*/
  6. /*- Compuserve ID: 100022, 2013                                              -*/
  7. /*----------------------------------------------------------------------------*/
  8.  
  9. Ticker is a simple utility which will run in an endless bar the text from an
  10. input file. You can set color and font using the system font and color 
  11. management utilities (System Folder). Further you can set the speed of the
  12. scrolling from Slow, Medium or Fast to Turbo. The height of the bar can be
  13. adjusted in titlebar-units (adjust len with the mouse).
  14.  
  15. Call syntax:   ticker <input-text-file> [<speed>] [<height>] [<char-step>(5*)>]
  16.  
  17.    - input-text-file, name of the file to display(scroll) in the bar.
  18.    - speed, select one  of S)low, M)edium, F)ast, T)urbo. Default is M.
  19.    - height, in titlebar units. Default is 3.
  20.    - char-set, number of chars which will be skipped. Def 5.
  21.  
  22. Once running you can set your own font and/or color selecting an object from 
  23. the font and/or color system-management container and dropping it on the 
  24. ticker-bar.
  25.  
  26. Sample:
  27.  
  28. to run a sample enter:  1) ticker ticker.doc
  29.                         2) ticker ticker.doc F 4
  30.  
  31. F1-Help, F2-Stop/Run, F3-Exit.
  32.  
  33. Shareware notice:
  34.  
  35. This utility is just for fun. Use it, copy and distribute it as you like. It is
  36. for free. 
  37.  
  38. I assume no liabilities for no reason.
  39.  
  40. History:
  41. =======
  42. V1.0,    initial revision.
  43. V1.1,    corrected problem when displaying circular buffer on the ticker-bar.
  44. V1.2,    added support for char-step (number of chars to skip between 
  45.          updates), and F2-Key.
  46.