home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / acc / clocks / dclock1 / readme < prev   
Text File  |  1993-07-01  |  4KB  |  107 lines

  1.  
  2.                 DCLOCK  1.0
  3.                 25-Apr-1993
  4.  
  5.    Credits and disclaimers:
  6.     This is my port of XDALICLOCK to GEM using C++. It is based on the
  7.     version written by Jamie Zawinski, which is based on the Alto/Macintosh
  8.     programs written by Steve Capps.
  9.  
  10.     It does not support color cycling, "shape" extensions, command line
  11.     arguments, or alternate fonts.
  12.  
  13.     This clock is not accurate enough for precision measurements. It is
  14.     for entertainment only.
  15.  
  16.     I have added several types of alternate digit transitions, though
  17.         none are as interesting as the "melting" from XDALICLOCK.
  18.  
  19.  
  20.    What's included:
  21.     Two slightly different versions of this desk accessory are provided:
  22.  
  23.         dclock.acc  - slow version; computes "melting" digit 
  24.                                   transitions as needed then forgets them.
  25.  
  26.         dclockf.acc - fast version; uses more memory than the
  27.                   slow version, but it changes the digits
  28.                   faster since it computes and stores the
  29.                   most common "melting" transitions 
  30.                                   (digit -> zero and digit -> ((digit+1)mod10))
  31.                   NOTE: this version takes awhile to start
  32.                                         due to the time it takes to precompute
  33.                                         the "melting" transitions
  34.  
  35.     I have tested both versions on a 0.5Meg 520STfm running TOS 1.0 and 
  36.         on a 8Meg(4ST+4TT) TT030 running TOS 3.06. DCLOCKF.ACC runs out of
  37.         memory in TT Medium resolution. You might be able to increase the
  38.     stack size using FIXSTK.TTP (found elsewhere in atari.archives) to
  39.         get it to run provided you have enough memory. DCLOCK.ACC does run
  40.     in TT Medium resolution.
  41.  
  42.  
  43.     Commands:
  44.     Left mouse button  - position the mouse over the work area of 
  45.                              the window then press and hold to see 
  46.                              the date; release to return to time 
  47.                  display
  48.  
  49.     Right mouse button - position the mouse over the work area of
  50.                  the window then press the button, hold 
  51.                              it for a second, the release it. Toggles 
  52.                              between 12 and 24 hour format.
  53.         
  54.     Size box       - click on the full box (left button) to
  55.                  toggle between a six digit display (time
  56.                              as hours:minutes:seconds; date as
  57.                              month-day-year) and a four digit display
  58.                              (time as hours:minutes; date as month-day)
  59.  
  60.     C, c           - closes the window, same as close box
  61.  
  62.     digit              - directly select a digit transition mode
  63.                 0 - instant change
  64.                 1 - melting digits (as in XDALICLOCK)
  65.                 2 - vertical scroll
  66.                 3 - horizontal scroll
  67.                 4 - alternate vertical & horiz. scroll
  68.                 5 - inside-out, outside-in
  69.                 6 - slide on/off lower right corner
  70.                 7 - shrinks
  71.                 8 - shrink/expand with trailers
  72.                 9 - shrink/expand
  73.  
  74.     Space bar      - if DCLOCK is the top window, cycles 
  75.                  forward through the different types of 
  76.                  digit transitions.
  77.  
  78.     B, b           - if DCLOCK is the top window, cycles
  79.                  backward through the different types of 
  80.                  digit transitions.
  81.  
  82.     Return             - if DCLOCK is the top window, for digit 
  83.                              transition modes which have a direction, 
  84.                  toggles the direction
  85.         
  86.  
  87.     Changes I may make if I have the time:
  88.       o Allow setting of time.
  89.       o AM/PM indicator for 12 hour format.
  90.       o Color cycling for color modes.
  91.       o Use normal screen font for display.
  92.       o Use a setup file which is read by the accessory when it
  93.             starts. This could be used to set the initial screen position
  94.             of the clock when it is first openned, the time format (12/24),
  95.             the number of digits (4/6), and the digit transition type.
  96.  
  97.  
  98.  
  99.     If you have any problems or comments, send them to:
  100.         US Mail:  Robert Adam II
  101.                   8029-B Trapier Ave.
  102.                   New Orleans, LA 70127
  103.  
  104.         Internet: rma@uno.edu
  105.  
  106.     The source code is available upon request.
  107.