home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / DATEFI20 / README.USR < prev    next >
Text File  |  1995-01-26  |  5KB  |  120 lines

  1.                 DateFind
  2.                   Version  2.0
  3.                 01-25-95
  4. ______________________________________________________________________
  5.  
  6. This document describes the usage and features of the DateFind utility.
  7.  
  8. Please read README.1ST for general description and README.DEV if you
  9. are a developer.
  10.  
  11. If you are a user who often deals with dates, DateFind is for you.
  12. DateFind lets you browse through the calendar and transfer a date into 
  13. your application whenever you want.  There are several simple ways to 
  14. browse through the calendar and to transfer the selected date.  The
  15. currently selected date always shows up the DateFind's title bar and
  16. is also highlighted on the calendar with a red background.
  17.  
  18. Date Transferring Mechanisms:
  19.     For now, there are two ways to transfer the selected date into
  20.     your application.  Either by dragging-and-dropping or by 
  21.     copying into the clipboard.
  22.     
  23.     Drag-and-Drop:
  24.         In order to be able to drag, the target application
  25.         must support the DateFind utility.  If the application
  26.         is not designed to support DateFind, you can utilize
  27.         this facility.
  28.         
  29.         To drag and drop into your application, click on the
  30.         date and drag directly into the target window.  When
  31.         the drag mode is on, the mouse pointer changes to the
  32.         DateFind cursor.  When the cursor enters a window (or
  33.         control) that does NOT supports DateFind, the cursor
  34.         will change into a 'No-Drop' cursor (a circle with a
  35.         slant bar).
  36.         
  37.     Clipboard:
  38.         Whenever you click on the 'Copy' button, the selected
  39.         date is copied onto the clipboard.  If your 
  40.         application supports paste command, you can paste into
  41.         your application.  If your application does not have a 
  42.         paste command, try hitting Shift+Insert.
  43.  
  44. Date Format:
  45.     DateFind obtains the format from Windows.  If you want to
  46.     change the format, use Windows' control panel and execute
  47.     'International' icon.  Control Panel item can be usually found
  48.     in the 'Main' group.  You can also try executing
  49.     C:\WINDOWS\CONTROL.EXE to run control panel.  The DateFind
  50.     format changes dynamically with immediate effect.
  51.  
  52. Calendar and leap years:
  53.     DateFind follows UNIX calendar norms.  Look at September, 1752
  54.     if you are curious.  If you get too curious, please refer to 
  55.     any good encyclopedia to learn the history of calendars.
  56.  
  57. Bugs fixed from previous versions:
  58.     -Keyboard shortcuts don't produce beeps anymore.
  59.     -Displays satisfactorily on higher resolutions now.
  60.  
  61. Enhancements over the previous versions:
  62.     -Long date format included.
  63.     -Color scheme added.
  64.     -Selection display method changed.
  65.     -Calendar now displays all years from 0001 through 9999.
  66.     -DateFind can now be displayed to stay always on top.
  67.     -Browsing push buttons are replaced with scrollbars.
  68.     -Decade scrolling added.
  69.     -Ok button added and buttons text changed.
  70.  
  71. The following table lists various features of DateFind.
  72. ----------------------------------------------------------------------
  73. Feature                 Mouse Access            Keyboard Access
  74. ----------------------------------------------------------------------
  75. Select a date in the    Click directly on the   Use arrow keys and 
  76. currently displayed     date field.             highlight the date.
  77. month.
  78.  
  79. Display a different     Click either up         Use Page Up or Page
  80. month.                  arrow or down arrow on  Down keys.
  81.             the scroll bar next to
  82.             the month field.
  83.  
  84. Display a different     Use the scroll bar      Use Alt+Page Up or 
  85. year.                   next to the year        Alt+Page Down keys.
  86.             field.
  87.  
  88. Skip to a different     Use the farther scroll
  89. decade.                 bar next to the year
  90.             field.
  91.  
  92. Jump to the current     Click 'Today'           Alt+T
  93. system date.            pushbutton.
  94.  
  95. Long date format.       Select 'Long Format'    Alt+L
  96.             item in the system
  97.             menu.
  98.  
  99. Short date format.      Select 'Short Format'   Alt+S
  100.             item in the system
  101.             menu.
  102.  
  103. Display DateFind        Select 'Always On Top'  Alt+A
  104. always on top of        item in the system
  105. other applications.     menu.
  106.  
  107. Copy the date to the    Click the 'Copy'        Alt+C
  108. clipboard.              pushbutton.
  109. ----------------------------------------------------------------------
  110.  
  111. Known Bugs:
  112. - The bottom margin doesn't show on certain resolutions when large
  113.   font is chosen.  Visual defect only.
  114. - Text does not center in fields on certain resolutions. Visual defect
  115.   only.
  116. - In some situations, push buttons capture the focus and do not allow
  117.   keyboard browsing.  There are several ways to overcome this problem,
  118.   two of them being 
  119.     (1) Minimize the DateFind and restore.
  120.     (2) Display and close the About box.