home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / CLPMON11.ZIP / CLIPMONO.DOC next >
Text File  |  1993-11-29  |  4KB  |  109 lines

  1.                                                         Nov. 15, 1993
  2.  
  3.  
  4. Program Name:          CLIPMONO.EXE
  5. Version:               1.1
  6. For Operating System:  Windows 3.1
  7. Author:                Joseph J. Tamburino
  8. Address:               1640 Worcester Road, Apt. 104D
  9.                        Framingham, MA 01701
  10. Email:                 jjt@iri14.infores.com
  11. Price:                 FREE
  12. Extra Equipment:       2nd monitor and monochrome adapter card.
  13.  
  14.  
  15. Purpose
  16. -------
  17.  
  18.     ClipMono is a Windows utility designed to capture Windows 3.1
  19. data to a 2nd monochrome monitor.  Only text data is copied.
  20.  
  21.     In this fashion, one can refer to clipboard data by looking
  22. at the separate monochrome monitor, even when the clipboard data is not
  23. visible on the primary monitor.
  24.  
  25.  
  26. Usage
  27. -----
  28.  
  29.     ClipMono is easy to use.  Simply run the CLIPMONO.EXE program
  30. from an icon (or optionally stick the program name into the 'LOAD='
  31. section of WIN.INI).  Sorry, you have to create the program manager
  32. entry yourself.  There is no SETUP program.
  33.  
  34.     As soon as you activate the program, whatever text happens to
  35. reside in the clipboard when you launch ClipMono will instantly
  36. appear in the monochrome monitor.  (If there is no text in the
  37. clipboard, the monochrome display won't change).
  38.  
  39.     From then on, whatever text you decide to copy to the clipboard
  40. will instantly appear on the 2nd monitor.  (Ok, maybe not instantly!
  41. If you have a large amount of data, there may be a pause while ClipMono
  42. reformats the data).
  43.  
  44.  
  45. Menu Options
  46. ------------
  47.  
  48.     ClipMono doesn't have a "real" menu.  To activate ClipMono's menu,
  49. left-click the ClipMono icon ONCE (the resident icon, not the
  50. program manager icon).  The ClipMono menu will appear.  ClipMono's
  51. personalized options are "Reposition Screen", "Tab Size", "Refresh
  52. Screen", and "About".
  53.  
  54.     Use "Reposition Screen" to change your view of the clipboard on the
  55. monochrome monitor.  (You can only select this item if there are
  56. more than 25 lines in the clipboard).  The "Reposition Screen" menu
  57. item will pop up a scroll bar for this purpose.  (Optionally, you can
  58. use the PgUp, PgDn, Home, End, and arrow keys instead of the scroll
  59. bar.  This is a standard feature of window's scroll bars.  I didn't
  60. know this until I coded this program).
  61.  
  62.     The "Tab Size" option changes the number of characters displayed
  63. between tab stops when the clipboard data has imbedded tab characters.
  64.  
  65.     The "Refresh Screen" and "About" menu items are pretty straight
  66. forward.  Use the refresh item if some other program mucks up the
  67. monochrome screen.  (Refresh will not appear to do anything if there
  68. is no data in the clipboard, or if the monochrome screen is already
  69. displaying the correct clipboard data).
  70.  
  71.  
  72.  
  73. Miscellaneous Information
  74. -------------------------
  75.  
  76. The memory requirements vary depending on the size of the clipboard
  77. data.  Due to time constraints, no effort was made to optimize the
  78. memory required to store clipboard data.  Basically, clipboard data
  79. is stored in a fashion so as to be updated quickly on demand (using
  80. the "Reposition" menu item).  However, large clipboard documents
  81. may require a large amount of memory.  If you have virtual memory
  82. enabled, windows can dump this memory to disk if it needs to.
  83.  
  84. But the quickest way to free the memory is to just clear the clipboard.
  85. (Or even quicker, just terminate ClipMono!)
  86.  
  87. ClipMono always displays the approximate amount of memory it's using
  88. to store the monochrome image.  The size is displayed underneath the
  89. program's icon.  It is reported in Kbytes, or bytes / 1024.
  90.  
  91.  
  92. Note:  to clear the clipboard, use the "Delete" option of the Window's
  93. Clipboard viewer (not ClipMono).  Or just copy a empty block to the
  94. clipboard using the clipboard copy option, used in many Window's
  95. applications.
  96.  
  97.  
  98. Enjoy the program!
  99.  
  100.  
  101. Revision History
  102. ----------------
  103.  
  104. Version 1.0:     Original release
  105. Version 1.1:     Maintanence release.  Fixes inability to handle
  106.                  clipboard data with lines which terminate with a
  107.                  single newline character.  ClipMono could crash
  108.                  in this case.
  109.