home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d500 / wiconify.lha / wIconify / wUtilities.lzh / wIconClock / wIconClock.doc < prev    next >
Text File  |  1991-04-19  |  2KB  |  50 lines

  1. OVERVIEW:
  2.  
  3. wIconClock is a simple example program that uses the wIconify programmer's
  4. interface.  It opens a clock icon on each screen:  the icon shows the
  5. current time as an analog clock, and the icon name displays the time in
  6. digital form.  You can choose from military (24 hour) or standard (12 hour)
  7. formats.
  8.  
  9.  
  10. USING WICONCLOCK:
  11.  
  12. To start wIconClock, type the following command (after wIconify is running):
  13.  
  14.     1> RUN >NIL: <NIL: WICONCLOCK
  15.  
  16. Clock icons should open on all screens (if no clock icons appear, try
  17. running wIconClock without the redirection to NIL: so that you can get any
  18. error messages that it produces).
  19.  
  20. wIconClock initially uses the standard 12-hour representation for its
  21. digital readout.  You can change this to the 24-hour military clock by
  22. double-clocking on any clock icon (or by selecting the clock icon and choosing
  23. OPEN from the ICON menu).  Double-clicking again sets it back to the 12-hour 
  24. display.
  25.  
  26. You can force wIconClock to use the 24-hour military clock by following the
  27. wIconClock command with the word MILITARY:
  28.  
  29.     1> RUN >NIL: <NIL: WICONCLOCK MILITARY
  30.  
  31. (you can also specify STANDARD in this way, but that is the default, so it is
  32. not really necessary).
  33.  
  34. You can remove a clock icon from any screen by left-right clocking on the 
  35. clock icon (click the right mouse button while the left one is being held
  36. down), or by selecting the clock icon and choosing CLOSE from the ICON menu.
  37. If you close all the clock icons, wIconClock will exit.
  38.  
  39. As long as wIconClock is running, it will open a new icon on each screen
  40. that is openned.
  41.  
  42.  
  43. AUTHOR:
  44.  
  45. Davide P. Cervone
  46. Mathematics Department
  47. Brown University
  48. Providence, Rhode Island  02912
  49. ST402523@BROWNVM
  50.