home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11748 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.4 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!fdurt1.fdu.edu!wisdom.bubble.org!chsdip!chsdip!groo
  2. From: groo@chsdip.wisdom.bubble.org (Bill Squier)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Turning Intuition's lA-M & lA-N off?
  5. Message-ID: <MD0qr*lY0@chsdip.wisdom.bubble.org>
  6. Date: 27 Jul 92 18:05:20 GMT
  7. References: <55152@mentor.cc.purdue.edu> <mwm.1bcr@contessa.palo-alto.ca.us>
  8.  <55191@mentor.cc.purdue.edu>
  9. Organization: Dragonsoft Development
  10. Lines: 40
  11. X-Newsreader: Arn V1.00 beta rel2
  12.  
  13. In article <55191@mentor.cc.purdue.edu>, Trevor Andrews writes:
  14.  
  15. > In article <mwm.1bcr@contessa.palo-alto.ca.us> mwm@contessa.palo-alto.ca.us (Mike Meyer) writes:
  16. > |In <55152@mentor.cc.purdue.edu>, tna@mentor.cc.purdue.edu (Trevor Andrews) wrote:
  17. > |> Is there an easy way to turn Intuition's (leftAmiga-M) and (leftAmiga-N)
  18. > |> off...  It doesn't have to be system friendly!  But LockIBase() won't
  19. > |> hack it, I need some of Intuition!!
  20. > |
  21. > |Just put something in front of Intuition on the input food chain, and
  22. > |have it eat those keys. Better yet, do something useful with them.
  23. >   That sounds easy enough...  Thanks.  But how about the
  24. >   (leftAmiga-leftMouseButton)??  I would also like to turn off screen
  25. >   positioning...  Let me guess-- eat the leftButton?  Hmm?... not?
  26.  
  27. Well, yes, sort of.  Install a CxFilter that looks for "lcommand
  28. lbutton".  Attach a CxTranslate to that which maps it to nothing.
  29. Voila, Intuition never sees the sequence.  Of course, it would be nice
  30. if you did something useful with it as Mike suggests. Perhaps issue a
  31. message or requester that informs the user that screen dragging is not
  32. available while your application is running.
  33.  
  34. In order to insure that you swallow those events before another
  35. running commodity gets a hold of them, set your broker's nb_Pri
  36. sufficiently high-- but again, this all sounds rather unfriendly.
  37.  
  38. See RKM: Libraries pp727 and following for more details.
  39.  
  40. > |
  41. > |> By the way what happened to being able to set lA-M & lA-N in the "new"
  42. >                                                                      ^^^
  43.  
  44. Yes, exactly.  In _ALL_ _RELEASED_ _VERSIONS_ this feature is just
  45. where you (should have) left it.  ...unless C= has released something
  46. and not told anyone. ;-)
  47.  
  48. ----------------------------------------------------------------------
  49. "Stimpy, sometimes your wealth of ignorance astounds me." -ren hoek
  50. Bill Squier (groo@chsdip.wisdom.bubble.org) MetaMail capable
  51.