home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 078 / BARCLK13.ZIP / README.TXT < prev   
Text File  |  1993-03-28  |  10KB  |  349 lines

  1. BarClock(tm) v1.3
  2.  
  3. Copyright 1993 by Patrick Breen - All rights reserved.
  4.  
  5.  
  6.  
  7. Archive Contents:
  8.  
  9.    README.TXT    -  this file
  10.    CHANGES.TXT   -  revision history of BarClock
  11.    BARCLOCK.EXE  -  BarClock executable
  12.    CLOCKDLL.DLL  -  BarClock support DLL
  13.  
  14.  
  15.  
  16. Description:
  17.  
  18. BarClock (formerly WinClock) is a utility that displays
  19. useful information in the caption bar of the active window.
  20. This approach is somewhat less obtrusive than having the
  21. information in a window which is always on top or that can
  22. be covered by other windows.
  23.  
  24.  
  25.  
  26. System Requirements:
  27.  
  28. BarClock is completely self-contained and is compatable with
  29. both Windows 3.0 and Windows 3.1.  BarClock uses very
  30. little memory (about 12 k) and uses almost 0 system
  31. resources.
  32.  
  33.  
  34.  
  35. Installation:
  36.  
  37. Since you are reading this, I assume that you have unzipped
  38. the BarClock archive.  The rest of the installation is very
  39. easy.  Create a new program manager item for BarClock.  Make
  40. sure CLOCKDLL.DLL is in the working directory or put it in
  41. your Windows directory.  Double-click to start BarClock.  I
  42. prefer to add the program item to the Startup group in
  43. Windows 3.1.  This causes BarClock to launch every time I
  44. start Windows.  Another way to cause BarClock to launch
  45. every time Windows is started is to add the following line
  46. to your win.ini file:
  47.  
  48. load=barclock.exe
  49.  
  50. This works for Windows 3.0 and 3.1.
  51.  
  52.  
  53.  
  54. Instructions:
  55.  
  56. Once BarClock is running, information will appear in the
  57. caption bar of the active window.  Initially, BarClock
  58. displays the date on the left of the bar and the time on
  59. the right.  A short click on either the time or the date
  60. will toggle the display of free memory.  Another short
  61. click will display the percentage of free resources
  62. available.  One more click will display the disk space
  63. available on drive C.  Click and hold the mouse button to
  64. display a menu.  The menu commands are as follows:
  65.  
  66. Setup...
  67.     The setup dialog is used to specify how the information
  68.     is displayed.  The large group of radio buttons is used
  69.     to control where each of the items appears.  An item
  70.     can either appear on the left or right of the caption
  71.     bar or it can be toggled into view.  If more than one
  72.     item is specified for the left or right, they are
  73.     combined and displayed together.  If more than one item
  74.     is set to toggled, the first short click displays the
  75.     first toggled item, a click on this item displays the
  76.     next item, etc.  In addition, an item can be turned off
  77.     which prevents it from being displayed at any time.  (If
  78.     all items are turned off or all are set to toggle, the
  79.     time will continue to display so the menu can be
  80.     accessed!)
  81.  
  82.     In addition this dialog is used to set the time format
  83.     and date format.  The clock can be 24-hour and optionally
  84.     display seconds.  The date format can be chosen from the
  85.     set of formats displayed.
  86.  
  87. About...
  88.     Provides the current version number and tells you where
  89.     you can reach me.
  90.  
  91. Exit
  92.     Removes BarClock and quits the application.
  93.  
  94.  
  95.  
  96.  
  97. Advanced Options:
  98.  
  99. I have added the following advanced options (translation -
  100. there is no UI to set them!) to modify the behavior of
  101. BarClock.  All of these options are controlled by adding
  102. (or changing) lines in the BarClock.INI file which can be
  103. found in your Windows directory.  Future versions of
  104. BarClock will add dialogs that can be used to set these
  105. options directly!
  106.  
  107.  
  108. HourChime=
  109.  
  110.     Specifies name of .wav file to play on the hour.  If
  111.     the name is "none" no chime will occur on the hour.
  112.  
  113.  
  114. HalfHourChime=
  115.  
  116.     Specifies name of .wav file to play on the half hour.
  117.     If the name is "none" no chime will occur on the half
  118.     hour.
  119.  
  120.  
  121. QuarterHourChime=
  122.  
  123.     Specifies name of .wav file to play on the quarter
  124.     hour.  If the name is "none" no chime will occur on
  125.     the quarter hour.
  126.  
  127.  
  128. Date0 - Date4=
  129.  
  130.     These are the 5 date formats.  The syntax for the date
  131.     formats is identical to what Windows uses in its control
  132.     panel.  Here is a brief summary of the keywords:
  133.  
  134.         m    - Month (1-12)
  135.         mm    - Month (01-12)
  136.         mmm    - Month (Jan - Dec)
  137.         mmmm    - Month (January - December)
  138.         d    - Day (1-31)
  139.         dd    - Day (01-31)
  140.         ddd    - Day (Mon-Sun)
  141.         dddd - Day (Monday-Sunday)
  142.         yy    - Year (00-99)
  143.         yyyy - Year (1900-2040)
  144.  
  145.     All months and days are stored in a string table.  They
  146.     can be modified with any resource editor.
  147.  
  148.  
  149. Resource=
  150.  
  151.     This specifies the format string for the resource
  152.     display.  The key words are "upct" and "gpct" which
  153.     stand for the percent of the User heap which is
  154.     available and the percent of the GDI heap which is
  155.     available.  These heaps are shared by all applications
  156.     and when they run dry, it is necessary to quit one
  157.     or more applications before work can continue.  The
  158.     minimum of the two values is often refered to as
  159.     "System Resources" and is the value that can be found
  160.     in the Progam Manager's About dialog.
  161.  
  162.  
  163. DiskSpace=
  164.  
  165.     This specifies the format string for the free disk
  166.     space.  The key words are "drive" which expands to the
  167.     drive letter and "fdisk" which expands to the amount
  168.     of free space on that drive.
  169.  
  170.  
  171. Memory=
  172.  
  173.     This specifies the format string for the free memory.
  174.     The key word "fmem" expands to the amount of free
  175.     memory that is currently available.  This amount
  176.     includes virtual memory.
  177.  
  178.  
  179. ShowWindow=
  180.  
  181.     This determines whether the BarClock window appears
  182.     if the clock cannot find a home.  By default, the window
  183.     does appear and this value is set to 1.  To keep the
  184.     window from appearing, change this value to a 0.
  185.  
  186.  
  187. SystemColors=
  188.  
  189.     This determines whether BarClock uses the system colors
  190.     to draw the text or a custom color that from this .INI
  191.     file.  By default, BarClock uses the system colors and
  192.     this value  is set to 1.  To specify a custom text color,
  193.     change this value to a 0 and specify the color by adding
  194.     the following lines to the .INI file:
  195.  
  196.     TextColorR=(red component of text color)
  197.     TextColorG=(green component of text color)
  198.     TextColorB=(blue component of text color)
  199.  
  200.  
  201. SystemBackground=
  202.  
  203.     This determines whether BarClock uses the system
  204.     background color underneath a custom text color.  This
  205.     option is only meaningful if SystemColors is set to 0.
  206.     By default, this value is set to 1 which causes the clock
  207.     to be drawn on top of the appropriate caption color.  To
  208.     specify a custom background color, set SystemColors to 0
  209.     (and specify a text color - see above), change this value
  210.     to a 0 and specify the color by adding the following
  211.     lines to the .INI file:
  212.  
  213.     BackColorR=(red component of background color)
  214.     BackColorG=(green component of background color)
  215.     BackColorB=(blue component of background color)
  216.  
  217.  
  218. EraseAlways=
  219.  
  220.     This determines whether BarClock invalidates the desktop
  221.     window to remove "ghost" clocks in Windows 3.0.  For
  222.     machines that are running Windows 3.0, this option will
  223.     eliminate the redraw that occurs when switching between
  224.     applications.  By default, BarClock does invalidate and
  225.     this value is set to 1.  This option has no effect if
  226.     you are using Windows 3.1.
  227.  
  228.  
  229. LeftOffset=
  230. RightOffset=
  231.  
  232.     These two values specify how much room BarClock should
  233.     leave between the string it draws and the standard
  234.     system controls.  These can be useful if you are using
  235.     other utilities that want to put controls in the title
  236.     bar.  By default, both values are set to 0.
  237.  
  238.  
  239. UseKB=
  240.  
  241.     If this option is a 1, the free memory and disk space
  242.     are always displayed in kilobytes.  If this option is
  243.     0 (the default), the free memory and disk space scale
  244.     to the best display value.
  245.  
  246.  
  247. Overlap=
  248.  
  249.     If this option is a 1, the text can overlap the window
  250.     title text.  If this option is 0 (the default), the
  251.     text is not displayed if there is not enough room.
  252.  
  253.  
  254. MenuDoubleClick=
  255.  
  256.     This option controls whether the menu is access by a
  257.     click and hold or by a double click.  The default value
  258.     is a 0 and the menu is accessed by click and hold.  In
  259.     order to use the area that the clock information is
  260.     displayed to postion a window, set this value to a 1.
  261.     This will cause a short single click to toggle the
  262.     information and a longer click to behave normally (drag
  263.     the window).  The clock menu can be accessed by a double
  264.     click on the clock information.
  265.  
  266.  
  267.  
  268. Shareware:
  269.  
  270. Feel free to distribute this program to others.  All I
  271. ask is that this file remain with the distributed copies.
  272. This product is shareware.  If you like it, send $5.  If
  273. you want to licence a number of copies, the following table
  274. gives the discount rates:
  275.  
  276. Number of users    Cost        Price per user
  277.   25                $ 100    $4.00
  278.   50                $ 150    $3.00
  279.  100                $ 250    $2.50
  280.  250                $ 500    $2.00
  281.  500                $ 750    $1.50
  282. 1000                $1000    $1.00
  283.  
  284.  
  285.  
  286. Disclaimer:
  287.  
  288. This software is distributed "as is".  Although I know of
  289. no problems with the software, I make no warranties.
  290.  
  291.  
  292.  
  293. Other:
  294.  
  295. If you have any problems with this program or ideas for
  296. features that should be added, I can be reached at the
  297. following electronic addresses (in addition to the mail
  298. address and telephone number below).
  299.  
  300. Internet:    pbreen@world.std.com
  301. CompuServe:  70312,743
  302.  
  303.  
  304. ___________________ Order Form ___________________________
  305.  
  306.  
  307. Send To:
  308.  
  309. Patrick Breen
  310. 3920 Mystic Valley Parkway #1119
  311. Medford, MA 02155
  312.  
  313. Telephone:   (617) 396-2673
  314.  
  315.  
  316. (  )  I enclose $5 for encouragement of continuing development
  317.  
  318.  
  319.  
  320.           Name: _________________________ Date:_____________
  321.  
  322.  
  323.         Company: ____________________________________________
  324.  
  325.  
  326.         Address: ____________________________________________
  327.  
  328.  
  329. City, State, Zip: ____________________________________________
  330.  
  331.  
  332.         Country: ____________________________________________
  333.  
  334.  
  335.       Day Phone: _________________  Eve:  ___________________
  336.  
  337.  
  338. If you provide an electronic mail address, I will
  339. send you updates as they become available.
  340.  
  341.  
  342. Electronic Mail address: _____________________________________
  343.  
  344.  
  345. How did you hear about BarClock v1.3? _________________________
  346.  
  347.  
  348. Comments:
  349.