home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / workbench / commodoties / nisclock.readme < prev    next >
Text File  |  1998-02-11  |  2KB  |  57 lines

  1. Short:    WB Clock, ANY Text, uses E-Clock. V2.20
  2. Author:   John D. Muir <jmuir@poboxes.com>
  3. Uploader: John D. Muir <jmuir@poboxes.com>
  4. Version:  2.20
  5. Type:     util/time
  6. Requires: util/libs/ScreenNotify10.lha
  7. Replaces: util/time/NISClock.lha
  8.  
  9.                        NISClock 2.20  (1998.Feb.21)
  10.                    ⌐ Copyright 1995-97, 1998 John Muir
  11.                            Written by John Muir
  12.  
  13. ___________________________________________________________________________
  14. Introduction
  15.  
  16.     NISClock is a small clock program that displays the time and date
  17.     on the active public screen. Locale.library is used to format the
  18.     time and the date that you define. The text of your choosing (the
  19.     time by default) is displayed in a small window that matches the
  20.     screen's title-bar colour, or as a screen gadget button look-alike.
  21.     A mouse click on the window will display a second text (usually the
  22.     date).
  23.  
  24.     The E-Clock timer is used to time the update intervals so that
  25.     the time is always updated even if the clock is adjusted backwards.
  26.  
  27.     NISClock is written in C, and compiled with SAS/C 6.58.
  28.  
  29.   Screen Notification
  30.  
  31.     NISClock can make use of Stephan Becker's screennotify.library which
  32.     patches a few intuition.library functions so that the clock will
  33.     automatically close its window if the Public screen that it inhabits
  34.     is closed by another program. If NISClock is on the Workbench screen,
  35.     it will be notified of the close and opening of the Workbench screen
  36.     by IPrefs for a preferences change or by any other program which calls
  37.     CloseWorkbench().  The window will then not open until OpenWorkbench()
  38.     is called.
  39.  
  40.   Other Options
  41.  
  42.     Other options include window position, justification of the text within
  43.     the window, a specified amount of time (seconds) to update the clock
  44.     display, and the ability to avoid certain public screens.
  45.  
  46. ___________________________________________________________________________
  47. Requirements
  48.  
  49.     NISClock has the following simple requirements:
  50.  
  51.       - Amiga OS V37 (2.04). Uses V39 features if present.
  52.       - locale.library.
  53.       - RECOMMENDED: screennotify.library by Stephan Becker. See
  54.        'Installation' for more information on screennotify.library.
  55.       - NISClock must be run from the Workbench; perfect for the WBStartup
  56.        drawer.
  57.