home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 365.lha / RWBClock / RWBClock.doc < prev    next >
Encoding:
Text File  |  1990-04-11  |  3.4 KB  |  85 lines

  1.                   RWBClock
  2.  
  3.         Copyright © 1989, Richard W. Bowers, All Rights Reserved
  4.  
  5.    This program is copyrighted.  However, I give my permission to freely
  6.    distribute this program, by any means, as long as this notice, including
  7.    the above copyright, is included with the distribution.  There may be no
  8.    charges specifically for this program, however charges for downloading
  9.    from electronic BBS systems, or charges for copying and/or media for
  10.    freely redistributable software libraries are permissible.
  11.  
  12.                 --------
  13.  
  14.     RWBClock is another clock program for the Amiga.  While it is true that
  15. there are MANY clock programs floating around for the Amiga, this one is
  16. different.  In reality, I wrote it as the basis for another program I plan on
  17. releasing shortly.
  18.  
  19.     Why is it different?  Well, mostly because I wrote it (remember, I never
  20. said it was better, just different).  It is also different because you can set
  21. many display options including things such as the date and time formats, the
  22. font type and width, border/borderless window, blinking colon and more.
  23.  
  24.     Included in this archive are two fonts, flow and hpcalc, which I use
  25. as the defaults for the date and time displays, respectively.  They help make
  26. this look more like a "real" digital clock.
  27.  
  28. Syntax: [Run[back]] RWBClock <options>
  29.  
  30.     CLI    Workbench        Value(s)    Default
  31.     ---    ------------        ----------    -----------
  32.     -A    AutoFront=True        True/On/Yes    Stay where placed
  33.         If specified, window will stay to the front of all others.
  34.     -B    Border=True        True/On/Yes    Borderless window
  35.         Specifies a window with borders.
  36.     -C    Colon=Blink        True/On/Yes    Solid colon
  37.         Displays a blinking colon if time display is turned on and the
  38.         chosen format contains colons (annoying, generally)
  39.     -Dn    DateFormat=n        (0 - 7)        5 (Not displayed)
  40.         The format in which the date is displayed.
  41.         0 = No date is displayed
  42.         1 = yymmdd
  43.         2 = mm/dd/yy
  44.         3 = mm-dd-yy
  45.         4 = MMM d, yyyy
  46.         5 = Month dd, yyyy
  47.         6 = dd MMM yy
  48.         7 = dd MMM yyyy
  49.     -E    AMPM=False        False/Off/No    Do not display AM/PM
  50.         If not selected, a custom AM/PM indicator is displayed.  The
  51.         indicator is NOT displayed if this option is selected or if
  52.         the -T argument is > 5.
  53.     -fxxx    DateFont=xxx        <font>[.font]    flow.font
  54.         Selects the font for the date text.
  55.     -Fxxx    TimeFont=xxx        <font>[.font]    hpcalc.font
  56.         Select the font for the time text.
  57.     -H[elp] | -? | ?           N/A        Display this list
  58.         Displays this help list.
  59.     -Mnn    Micros=nn        ( >= 0 )    500000
  60.         Specifies the number of microseconds to sleep between updating
  61.         the date/time display.  Use in conjunction with -S below.
  62.     -Pnnn    TaskPriority=nnn    (-128 - 127)    0
  63.         Sets the priority at which the task will run.
  64.     -Snn    Seconds=nnn        ( >= 0 )    0
  65.         Specifies the number of seconds to sleep between updating the
  66.         date/time display.  Use in conjunction with -M above.
  67.     -Tn    TimeFormat=n        (0 - 7)        5
  68.         The format in which the time is displayed.
  69.         0 = No time is displayed
  70.         1 = hhmmss
  71.         2 = hh:mm:ss
  72.         3 = hhmmssdd
  73.         4 = hh:mm:ss:.dd
  74.         5 = hh:mm
  75.         6 = hh:mm:ss HH        12-hour clock.  HH = AM or PM
  76.         7 = hh:mm HH        12-hour clock.  HH = AM or PM
  77.     -wnn    DateFontWidth=nn    <fontwidth>    8
  78.         Selects the width of the date font.
  79.     -Wnn    TimeFontWidth=nn    <fontwidth>    18
  80.         Selects the width of the time font.
  81.     -Xnn    LeftEdge=nn        (0 - 488)    flush right
  82.         Selects the leftmost pixel location for the clock window.
  83.     -Ynn    TopEdge=nn        (0 - 157)    9 pixels from top
  84.         Selects the topmost pixel location for the clock window.
  85.