home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Misc / dclock11.lha / DClock11 / DClock.doc < prev    next >
Encoding:
Text File  |  1994-06-07  |  3.5 KB  |  108 lines

  1.  
  2.     DClock V1.1        Copyright by Karl Lukas            07-Jun-1994
  3.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.     #include <std/disclaimer.h>
  6.  
  7.     
  8.             DClock10 users: See history below for changes.
  9.  
  10.  
  11.     Note:  This program is Freely Distributable, as opposed to Public
  12.     Domain.  Permission is given to  freely  distribute  this program 
  13.     provided  no  fee  is charged, and  this  documentation  file  is 
  14.     included with the program.
  15.  
  16.  
  17.     DClock makes use of the  reqtools.library,  which is not  part of
  18.     the distribution. It is available on Aminet or on the Amiga soft-
  19.     ware library (fish) disks. 
  20.  
  21.  
  22.     DClock is a Digital Clock program for the Amiga. You need OS2.04+
  23.     for this program to work.  The installation is very easy:  Simply
  24.     drag the DClock icon to the WBStartup drawer.  DClock can also be
  25.     started with a doubleclick on it's icon or via the CLI.
  26.  
  27.  
  28.     If DClock  immediately returns after  startup, check  whether you
  29.     have
  30.            Kickstart V37+
  31.            reqtools.library V38+
  32.            a public screen called 'Workbench'
  33.            enough free memory
  34.  
  35.  
  36.     While the DClock window is active, you  can  chose  the following
  37.     menu items:
  38.  
  39.        Snapshot Position: Save the window's current position to
  40.                           ENVARC:DClock.prefs
  41.  
  42.        Foreground Color : Set the foreground (text) color 
  43.  
  44.        Background Color : Set the background color (who would have
  45.                           guessed...)
  46.  
  47.        Seconds (toggle) : Display seconds on/off
  48.  
  49.        Alarm on (toggle): Turn alarm function on/off
  50.  
  51.        Timer on (toggle): Turn timer function on/off
  52.  
  53.        Set alarm clock  : Set the alarm time
  54.  
  55.        Set timer        : Set the timer
  56.  
  57.        Save Preferences : Save all the settings to S:DClock.prefs
  58.  
  59.        About...         : Information about me ;)
  60.  
  61.        Quit             : Call the Terminator
  62.  
  63.  
  64.      When you select  `Save Preferences' or  `Snapshot Position' from
  65.      the Project menu,  the state  of the alarm  clock will be saved,
  66.      too. The alarm will then be automatically turned on after start-
  67.      up (if it was on when you saved the prefs, off course).
  68.  
  69.  
  70.      Send bug reports, compliments and such to
  71.  
  72.        kalle@gis.geogr.unizh.ch
  73.  
  74.      Send postcards, money and other gifts to
  75.  
  76.        Karl Lukas
  77.        Konradstr. 51
  78.        CH-8005 Zuerich/Switzerland
  79.  
  80.      Send threatening letters, letter bombs a.s.o. to
  81.  
  82.        NIL:
  83.  
  84.  
  85.      HISTORY
  86.      ================================================================
  87.      
  88.      V1.0 Apr 1994 o Initial release
  89.  
  90.      V1.1 Jun 1994 o DClock now runs three independent tasks:
  91.                      - User interface  (DClock)
  92.                      - Updating of the DClock window, timer etc.
  93.                        (DClockTask)
  94.                      - display information when alarm went off or 
  95.                        timer is finished (DClockInfo).
  96.                      Advantage: Clock and timer won't be stopped tem-
  97.                      porarily while a window/requester is open. You
  98.                      can get informed now when the timer/alarm went
  99.                      off while a window/requester is open.
  100.  
  101.                    o Bug: The alarm and timer symbols were drawn with
  102.                      incorrect offsets, so that the display got mes-
  103.                      sed if big screen fonts were used.
  104.  
  105.                    o The settings are now stored in ENVARC:DClock.prefs
  106.                      You can copy your old DClock.prefs file from S: to
  107.                      ENVARC: if you want to use your old settings.
  108.