home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / FREDV19A.LHA / FrexxEd / fpl / StatusLineClock.FPL.README < prev    next >
Encoding:
Text File  |  1995-08-06  |  1.1 KB  |  38 lines

  1. #############################################################################
  2. File:        StatusLineClock.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se
  5. Short:        Updates a clock-string on the status line or window title.
  6. Version:    1.1
  7. Date:        6.8.95
  8. Local settings:
  9. Global settings: 'clock'
  10. Keysequence:
  11. Type:        timer
  12. Prereq:
  13. Copyright:
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  Switch on the global info variable 'clock' and you'll get a clock at the
  18. right end of your status line or in the window title in the format HH:MM,
  19. updated every 10th second!
  20.  
  21. HISTORY
  22.  1.0    Fixed and tested
  23.  1.1    Possibility to get the clock in the window title
  24.  
  25. BUGS
  26.  not any known
  27.  
  28. TODO
  29.  Make it still possible to change status line while running. Perhaps it
  30. should search for special code (like '#C') and replace that with the time...
  31.  
  32. NOTE
  33.  You have to register FrexxEd to be able to get the clock in the window title,
  34. otherwise you will get the annoying requester very often.
  35.  
  36. SEE ALSO
  37.  TimerAdd() and the 'status_line' and 'window_title' info variables.
  38.