home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 049.lha / PtrOff.doc < prev    next >
Encoding:
Text File  |  1986-11-20  |  1.6 KB  |  43 lines

  1.  
  2. 'PtrOff' is a INTUITIONized version of 'MouseOff' by Denny Jenkins.
  3. I almost named it MouseOff2 but found out that someone already
  4. wrote a version with that name.  Well, may be at this moment, someone
  5. already came out with MouseOff3 or MouseOff4.  I will play with my luck
  6. by choosing this name.
  7.  
  8. 'MouseOff' is a program that makes the mouse pointer to disappear
  9. if the mouse hasn't moved in a certain period of time.  If the user
  10. moves the mouse, the pointer will reappear.  It's a pretty useful
  11. tool when you are looking a screen full of text and somehow you have
  12. the feeling that the pointer is always in your way.  'MouseOff'
  13. can be invoked by using CLI.
  14.  
  15. 'PtrOff' is supposed to be an improved version of 'MouseOff'.  It adds
  16. some more user-friendly features like the ability to change the time period
  17. before the pointer will disappear, the ability to turn 'PtrOff' off and
  18. the ability to invoke it from WorkBench.
  19.  
  20. 'PtrOff' can be invoked either from CLI or WorkBench.  To invoke it from
  21. CLI, you need to type:
  22.  
  23.     run PtrOff
  24.  
  25. To invoke it from WorkBench, just click on the icon twice.
  26.  
  27. When invoked, 'PtrOff' will open a window with the name 'PtrOff'.
  28. This window is deselected.  The default time period is 10 seconds.
  29. You can change the interval by clicking on the window.  The window enlarges
  30. and show an gadget.  Enter any value between 1 and 999.  Any illegal
  31. value will be ignored.
  32.  
  33. The user can turn off 'PtrOff' by either clicking on the close gadget of
  34. the window or using CLI command 'Break' (break <tasknum>).
  35.  
  36. KNOWN BUGS:
  37.  
  38.     Preferences cannot be changed correctly when 'PtrOff' is running.
  39.  
  40. Giao Vu
  41. BIX: giaovan
  42.  
  43.