home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / ST_WORLD / STWORLD3.MSA / PROGRAMS_AUTORAIS_AUTORAIS.DOC < prev    next >
Encoding:
Text File  |  1991-06-30  |  1.2 KB  |  42 lines

  1. Annius Groenink
  2. Laan van Borgele 24
  3. 7415 DJ Deventer
  4. Netherlands
  5. AVGROENI@CS.RUU.NL
  6.  
  7.  
  8.         NOTES ON AutoRaise,             1th July, 1991.
  9.  
  10.  
  11. DESCRIPTION
  12.  
  13.      AutoRaise is a small accessory (1777 bytes) but a giant step towards
  14.      big UNIX systems. It doesn't need much explanation. An alert box lets
  15.      you switch on/off an autoraise function in addition to the usual
  16.      window manager features. It works quite well, except that some times
  17.      after a dialog it 'clicks' in some active window, thinking that it
  18.      has to pop it up.
  19.  
  20. MORE DETAILED DESCRIPTION
  21.  
  22.      5 times a second, using a timer event, AutoRaise checks
  23.  
  24.        - the top window
  25.        - the window that's currently under the mouse pointer.
  26.  
  27.      If these are not equal (and the mouse is NOT on the desktop)
  28.      it will wait 200 msec, and check again. If all conditions
  29.      are still the same, it simulates a mouse click (appl_tplay)
  30.      to pop up the window the mouse pointer is on. The checks are
  31.      protected by BEG_UPDATE.
  32.  
  33.      Source code available on request.
  34.  
  35. DISCLAIMER
  36.  
  37.      The author takes no responsibilty for dangerous clicks.
  38.  
  39. HINTS | SUGGESTIONS
  40.  
  41.      Please.
  42.