home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MOUSEXY2.ZIP / MOUSEXY.DOC next >
Text File  |  1989-10-31  |  3KB  |  65 lines

  1. MOUSEXY2 Version 2  (c) copyright Chacko Neroth 1989 
  2. October 30, 1989, Sunnyvale, California. [FidoNet os/2 echo @ 914/40] 
  3.  
  4. This os/2 application shows the mouse x,y position. 
  5.  
  6. PACKING SLIP 
  7.         MOUSEXY.EXE 
  8.         MOUSEXY.DOC 
  9.  
  10. INSTALLATION 
  11. Copy MOUSEXY.EXE to any directory which is included in the PATH environment
  12. variable.  Add the line  
  13.         start "MouseXY" mousexy [x#] 
  14. to the START.CMD file or install it on the PM program startup menu.  The  
  15. number # in the optional parameter is the x position of the window in device 
  16. units (0 to 639 for EGA).  The window is single line in height at the bottom 
  17. line. 
  18.  
  19. USAGE  
  20. When the mouse is moved over mousexy's window it shows the cursor position. 
  21. When you want to observe the cursor position outside its window, bring the 
  22. cursor inside the window and then while holding button 1 down, move the cursor
  23. to the desired point. 
  24.  
  25. Button 2 can be used to change the background color. 
  26.  
  27. This program does not use the timer, and therefore does not use any CPU cycle
  28. while the mouse position is not actively updated. 
  29.  
  30. The positioning of the window on the bottom line is determined by the optional
  31. parameter during bringup.  When started without the parameter the first time, 
  32. the window is positioned at the left margin.  If started again, the window will 
  33. be next to the previous one.  I am using this scheme for positioning all my 
  34. 'normally resident observation tools' on the bottom line (such as free memory, 
  35. clock, etc.).  All these application saves the 'next available x position' in 
  36. OS2.INI file under the application name "BottomLine" with key "NextX".  In my 
  37. START.CMD file, the first such application is installed with a x0 parameter. 
  38.  
  39. I invite other developers to adopt this scheme (with the same above  
  40. application and key names) for the new applications they are developing for 
  41. the bottom line. 
  42.  
  43. OS/2 VERSION COMPATIBILITY 
  44. This has been tested under MS OS/2 1.1 with EGA only. 
  45.  
  46. IMPROVEMENTS 
  47. Please let me know about any suggestions. 
  48.  
  49. LICENSE    
  50.   
  51. MOUSEXY2 Version 2  (c) copyright Chacko Neroth 1989 
  52.  
  53. All rights are reserved.  I release this program for non-commercial personal 
  54. use.  This program should not be copied, sold or distributed by itself or 
  55. as part of a package for any commercial purpose.  No modifications should be 
  56. made to this entire package when distributed for non commercial purposes. 
  57.  
  58. I do not warrant this program in any way, and will not be liable for anything 
  59. as a result of any use of, or the inability to use, this in your particular 
  60. application.  
  61.  
  62. CONTACT 
  63.  
  64. I can be contacted through the os2 echo on the FidoNet @ 914/40. 
  65.