home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / vviews.zip / READ_ME.DES < prev    next >
Text File  |  1990-08-03  |  4KB  |  121 lines

  1.  
  2.               THE VERMONT VIEWS DESIGNER(tm)
  3.                  LIMITED-USE DEMO
  4.  
  5. ORGANIZATION OF READ_ME.DES
  6.  
  7. 1. About This Release
  8. 2. Installation
  9. 3. Designer Notes
  10.  
  11.  
  12. 1.  ABOUT THIS RELEASE
  13.  
  14. VERSION:     v2.05
  15. RELEASED:    August 3, 1990
  16. OS:         PCDOS
  17.  
  18.  
  19. 2.  INSTALLATION
  20.  
  21. The disk VV_DES1 contains an installation program called 'install'.
  22. It will automatically copy and de-archive the necessary files.
  23. See the Installation Guide for more information.
  24.  
  25.  
  26. 3.  DESIGNER NOTES
  27.  
  28. 3.1  Selection Characters on Monochrome Displays
  29.  
  30. High intensity on reverse is used to highlight the selection character and
  31. unavailable items in the Designer menu system.  You may have to adjust the
  32. brightness and contrast to show the selection character and unavailable
  33. menu items.  However, this video attribute combination may not be
  34. distinguishable on some monochrome monitors regardless of the brightness
  35. and contrast settings.
  36.  
  37.  
  38. 3.2  Using mice with the Designer
  39.  
  40. Although the Designer does not directly recognize a mouse, it is
  41. possible to use a special mouse driver (supplied by the mouse
  42. manufacturer) that converts mouse movements into keystrokes which the
  43. Designer will recognize.  We have successfully used the Designer with
  44. both the Logitech mouse and Microsoft mouse in this manner.
  45.  
  46. 3.2.1  Using the Microsoft mouse
  47.  
  48. The following files are used with the Microsoft mouse:
  49.  
  50.     vvd_ms.def   --  Mouse menu source code
  51.     vvd_ms.mnu   --  'Compiled' code
  52.  
  53. To use the mouse with the Designer, give the following commands:
  54.  
  55.     mouse
  56.     menu vvd_ms
  57.     vvd
  58.     menu off
  59.  
  60. Here is a listing of the keys that the mouse is made to simulate:
  61.  
  62.     Mouse left:        <Left Arrow>
  63.     Mouse right:    <Right Arrow>
  64.     Mouse up:        <Up Arrow>
  65.     Mouse down:        <Down Arrow>
  66.  
  67.     Left Button:    <Enter>
  68.     Right Button:       <Alt-f>
  69.  
  70.     Left-Right Chord:    <F2>
  71.  
  72. If you have the Microsoft Mouse Developer's Kit, you can refer to the
  73. Programmer's Reference Manual for more information, including how to
  74. change the mouse sensitivity and key mappings.
  75.  
  76. 3.2.2  Using the Logitech mouse
  77.  
  78. The following files are used with the Logitech mouse:
  79.  
  80.     vvd_log.def   --  LOGIMENU source code
  81.     vvd_log.mnu   --  'Compiled' code
  82.  
  83. To use the mouse with the Designer, give the following commands:
  84.  
  85.     mouse
  86.     menu
  87.     menu vvd_log
  88.     vvd
  89.     menu off
  90.  
  91. Here is a listing of the keys that the mouse is made to simulate:
  92.  
  93.     Mouse left:        <Left Arrow>
  94.     Mouse right:    <Right Arrow>
  95.     Mouse up:        <Up Arrow>
  96.     Mouse down:        <Down Arrow>
  97.  
  98.     Left Button:    <Enter>
  99.     Middle Button:      <F10>
  100.     Right Button:       <Alt-f>
  101.  
  102.     Left-Middle Chord:    <F2>
  103.  
  104. You can refer to the Logitech Mouse User's Manual for more information,
  105. including how to change the mouse sensitivity and key mappings.
  106.  
  107.  
  108. 3.3  Compatibility with computers with monochrome monitors that display
  109.      shades of gray
  110.  
  111. Some IBM PC compatibles have a monochrome monitor that will duplicate the
  112. function of the IBM PC MONOCHROME card and the COLOR/GRAPHICS card.  This
  113. enables the monitor to work in either the MONOCHROME mode or COLOR mode. 
  114. When in the "COLOR" mode, the colors are mapped to various shades of
  115. gray.  For systems like this, the monochrome video attribute UNDERLINE is
  116. not supported.  The computer maps this video attribute to a shade of
  117. grey.  Compaq computers, AT&T 6300's, and possibly other brands as well
  118. have this problem.  The work-around is to set the video mode to BW80 from
  119. DOS before executing the program.  This will also force Vermont Views to
  120. work in monochrome mode.
  121.