home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / aprs72a.zip / README / MOUSE.TXT < prev    next >
Text File  |  1995-02-21  |  5KB  |  99 lines

  1. MOUSE.txt  V6.6              MOUSE SUPPORT
  2.  
  3.  
  4.      APRS accepts a serial MICROSOFT mouse input on either COM1 or COM2.
  5. With the mouse you may move the cursor and use the left button to HOOK
  6. any station on the screen.  When hooked, most of the information about
  7. the station is displayed on the bottom line.  The right button marks a
  8. location and brings up a ZOOM menu.  HOOK one of the ZOOM factors and
  9. the map will zoom.  Hook the upper left cursor POSITION display, and
  10. the P-LIST will be displayed.  On the P-list, use the mouse to hook a
  11. station and display all data at the bottom of the screen.  Hook again
  12. to un-hook or click the right ZOOM button to re-draw the map on that
  13. station!
  14.  
  15.      MAPFIXER.BAS also uses the mouse in two different applications.  The
  16. normal application is simply as a cursor movement tool.  Activate this mode
  17. with the F9 Key.  In this mode, the left button simulates the alt-ADD key
  18. so that each click adds a new point at the current location of the cursor.
  19. You may use this feature to literally draw a road on the screen.  To locate
  20. the MAP-POINTER which will determine where these new points are added, the
  21. right button simulates the FIND command.  Pressing this button will cause
  22. MAPFIXER to move the  current MAP-POINTER to the point nearest to the
  23. cursor.  Moving the mouse and pressing the left button, will then insert
  24. new points.  To draw a new line, move the cursor to the new starting point
  25. and press alt-NEW.  After indicating a line name and the color, each
  26. movement and press of the left mouse button will add a new point.
  27.  
  28. COM PORT LIMITATIONS:  Since MICROSOFT only supports COM1 and COM2,
  29. these are the only ports that can be used.  Although APRS does permit
  30. COM3/4, this is only a ruse, since all it does is poke the BIOS so
  31. that it points to COM3/4 whenever it accesses COM1/2.  This will ONLY
  32. WORK if your COM3 or 4 port is using the SAME interrupt as its COM1/2
  33. counterpart.  Since I have not added this kludge to MAPFIXER, you must
  34. use either 1/2 with this program.
  35.  
  36.  
  37. POOR-MANS MOUSE DIGITIZER:
  38.  
  39.     This mode makes it possible to use the mouse as a digitizer tablet!
  40. Simply attach a cardboard pointer anywhere on the mouse.  The location
  41. does not matter, since every movement is relative anyway.  Then lay out
  42. the map to be digitized on a smooth surface.  As long as the mouse is
  43. aligned perfectly with the up/down and right/left axis of the map, then
  44. it can be used to digitize a map.  Here are the details:
  45.  
  46.     1.  Layout the map at a comfortable angle that matches the normal
  47. angle that you use the mouse.  This will help assure that you always
  48. keep the mouse oriented with the axies of the map.
  49.  
  50.     2.  Next, OPEN the COMM port for digitizer operations with alt-O and
  51. select the POOR-MANS-MOUSE-DIGITIZER mode.  You will be prompted to
  52. determine exactly how much mouse movement equals how much LAT/LONG.
  53. Ignore the visual cursor during this process and simply move your mouse
  54. (with cardboard pointer) between the two LATITUDE and then the two
  55. LONGITUDE marks as prompted.
  56.  
  57.     3.  Since all movements of the mouse are RELATIVE, you will need
  58. several locations on the map that you are building that are absolute
  59. reference points.  If you are adding roads to an existing APRS map,
  60. then you can use any existing intersections as good reference points
  61. (although the accurracy of some of the USGS CD ROM maps is questionable
  62. below 16 miles scale).  If you are starting from scratch, then mark
  63. 4 or more LAT/LONG intesections in the center of the four quadrants of
  64. the map you are going to digitize.  Transfer these to MAPFIXER by moving
  65. the cursor on the screen to where the cursor LAT/LONG coordinates
  66. match as close as you can get to the coordinates of the reference
  67. points.  Press F8 to add a marker at each of those points.
  68.  
  69.     4.  Begin building your map using the mouse and the alt-NEW command.
  70. Move the mouse to the start of a new feature, and press alt-NEW.  After
  71. answering the line name (the name is only a reference and will not be
  72. used unless you do some TEXT editing on the file), and feature color,
  73. then move the mouse along the feature and press the left button each
  74. time you want to add a point to the feature.  SEE STEP 5 !!
  75.  
  76.     5.  At the beginning of each feature AND AT ANY TIME you suspect that
  77. your mouse may have slipped, MOVE THE SCREEN CURSOR BACK TO A REFERENCE
  78. POINT.  Then lift the mouse and move it also to the reference point on
  79. your map.  Then roll the mouse out to where you are working and continue.
  80. This should keep your mouse calibrated to the reference point.
  81.  
  82.     6.  ALWAYS KEEP THE MOUSE PERFECTLY ALLIGNED up/down/left/right with
  83. the map LAT/LONG orientation during all movements.
  84.  
  85.     7.  NEVER MOVE THE MOUSE EVEN a HAIR if the left button is pressed.
  86. This will generate LOTS of unwanted and un-necessary points.
  87.  
  88.  
  89. NOTES:  You will notice that the POOR-MANS-MOUSE-DIGITIZER mode will work
  90. at all scales.  In other words, as you zoom in, the mouse movement becomes
  91. amplified to match the higher scale of the map.  Conversly, in normal
  92. mouse mode, the mouse movement remains the same at ALL scales, since
  93. its movement is NOT scaled to exact LAT/LONG coordinates.
  94.  
  95. The MAP reference markers are added to the map as typical features.  If
  96. you want to remove them, use the normal MAPFIXER commands for deleting
  97. points...
  98.  
  99.