home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / LOGICOLR.ZIP / COLORS.TXT < prev   
Encoding:
Text File  |  1990-08-01  |  6.0 KB  |  112 lines

  1.     The enclosed files have been created in an attempt to identify useful
  2. color combinations for Logitech mouse menus. In the past I tried to find
  3. colors by the trial-and-error approach - create a menu with some color,
  4. compile, then try another.  There are 128 possible combinations, so this
  5. has proven to be a tedious process. After stumbling upon a workable color
  6. combo, I usually lost the number or forgot what a particular number
  7. actually looked like.
  8.  
  9.     With the enclosed .MNU files it is easy to choose a color pattern. It
  10. is immediately apparent (at least to me) there are few useful combina-
  11. tions amongst the 128. I suppose I could have identified the few and just
  12. publish a list of these, but what works for me may not for you. Besides,
  13. I wanted the world to savor my handiwork!  Also, various monitors display
  14. colors slightly differently, so you be the judge.
  15.  
  16.     There are 8 .MNU files - one for each of the Background/Bar colors.
  17. Each menu contains the 16 Text color choices, so all 128 combinations are
  18. included.
  19.  
  20.     To run these menus, it is necessary that you have 'Logimenu' config-
  21. ured for a size of 13K.  This is accomplished by the command...
  22.  
  23.                         LOGIMENU /13
  24.  
  25.                                        ... at the DOS prompt. If you have
  26. the Logimenu already loaded, you must reboot to remove it (unless you are
  27. using some TSR manager like 'Mark' or 'Fmark' and 'Release', etc.).  If
  28. you load 'Logimenu' via your 'Autoexec.bat', then edit it to include the
  29. '/13' as shown above and reboot.  After you have played with these, you
  30. should change it back to your previous setting.  The default buffer size
  31. is 5K (and none of my menus exceed this size) - who needs 8K removed from
  32. their 640k?
  33.  
  34.     To ACTUALLY run these menus, type...
  35.  
  36.                         LOGIMENU COLORxxx
  37.  
  38.                                         ... where 'xxx' is one of the
  39. color numbers 0, 16, 32, 48, 64, 80, 96, or 112. (In otherwords, use the
  40. .MNU file names.)  The menu will be loaded, but nothing will happen until
  41. you press the left button.  When you do (press the left button), a menu
  42. will pop up similar to the one below.  Use the mouse to move up and down
  43. to any color you want to view and press any button.  Note the currently
  44. displayed colors are marked with an asterisk.  Also note that when you
  45. change to a new color, the highlight bar always begins with the first
  46. selection. This is useful information since there is always one (or more)
  47. combination which is unreadable.  When you get one of these, just press a
  48. button with the highlight bar at the very top, and you will return to the
  49. first (and hopefully readable) combination.  Except COLOR0.MNU - select
  50. another other than the top one.
  51.  
  52.     To exit these menus, move the highlight bar to the bottom where it
  53. says '< Exit >'. This may seem obvious, but for some reason this is
  54. difficult - you may have to move the mouse left/right alittle to get the
  55. bar to go down there.  At the bottom, you will see blinking/not blinking
  56. options - these are not implemented.  It became apparent that this was
  57. not practical since it would have made the files twice as big.  If you
  58. want blinking (what on earth would you want that for?) you could find the
  59. color combo you like, edit a copy of that file, and recompile. Incident-
  60. ly, once you have indeed found a color combination you like, the actual
  61. number you use in your 'MENU' or 'POPUP' commands is computed by adding
  62. the number appearing in the upper-left corner of that menu and the number
  63. on the left end of the text color you have selected (the one with the
  64. asterisk). If you wanted 'blinking', add an additional 128.  For example,
  65. the menu below shows '+0' in the upper-left corner - a black background
  66. with a white selection bar.  Someone has selected cyan menu text and red
  67. hightlight bar text (as evidenced by the asterisk). The color number to
  68. achieve this combination is...
  69.                                    0
  70.                                  + 3
  71.                                  ----
  72.                                    3        If you wanted blinking, add
  73. 128 to this and you would have a color number 131. Simple, huh?
  74.  
  75.     For those with two-button rodents, I think you may have to edit the 8
  76. .DEF files, changing the 'BEGIN' statement in each. I have never program-
  77. med a two-button mouse, so I'm not sure.  It could be that the third
  78. button in the BEGIN statement for three-button mice is the 'both buttons'
  79. option for two-button mice, I dunno. Try these .MNUs first and see if
  80. they work.
  81.  
  82.     Happy color hunting!
  83.                              Paul Langford
  84.                              4329 Montevallo Road
  85.                              Birmingham, AL 35213
  86.  
  87.                           ╔════════════════════════╗
  88.                           ║+0   Bk:Black Bar:White ║
  89.                           ╠════╤═════════╤═════════╣
  90.                           ║Code│ Menu Txt│ Bar Text║
  91.                           ╟────┼─────────┼─────────╢
  92.                           ║  0 │ Black   │ White   ║
  93.                           ║  1 │ Blue    │ Orange  ║
  94.                           ║  2 │ Green   │ Magenta ║
  95.                           ║  3*│ Cyan    │ Red     ║
  96.                           ║  4 │ Red     │ Cyan    ║
  97.                           ║  5 │ Magenta │ Green   ║
  98.                           ║  6 │ Brown   │ Blue    ║
  99.                           ║  7 │ White   │ Black   ║
  100.                           ║  8 │ Dk.Gray │ I.White ║
  101.                           ║  9 │ Lt.Blue │ Yellow  ║
  102.                           ║ 10 │ Lt.Grn  │ Magenta ║
  103.                           ║ 11 │ Lt.Cyan │ Lt.Red  ║
  104.                           ║ 12 │ Lt.Red  │ Lt.Cyan ║
  105.                           ║ 13 │ Lt.Mgta │ Lt.Grn  ║
  106.                           ║ 14 │ Yellow  │ Lt.Blue ║
  107.                           ║ 15 │ I.White │ Dk.Gray ║
  108.                           ╟────┼─────────┴─────────╢
  109.                           ║+128│ Blinking text ON  ║
  110.                           ║+0  │ Blinking text OFF ║
  111.                           ╚════╧═══< Exit >════════╝
  112.