home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17563 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  735 b 

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: deafening a 1.x prop gadget
  5. Message-ID: <paulk.2u8p@terapin.com>
  6. Date: 18 Dec 92 19:55:56 PST
  7. Organization: BBS
  8. Lines: 7
  9.  
  10. I have this window with a proportional gadget (1.x compatible) in it, and I'm
  11. shutting off IDCMP input to this window during a long period of "thinking" ...
  12. but if I mouse the prop gadget, the slider still moves even though nothing is
  13. listening to it.  Is there any way to make it temporarily ignore the mouse?
  14.  
  15. The best I can think of is to disable the gadget with the window's rastport
  16. write mask zeroed so the ghosting doesn't get rendered.
  17.