home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / openloo / 3608 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.0 KB  |  34 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!adimail!tel
  3. From: tel@adimail.uucp (Terry Monks)
  4. Subject: signals under xview
  5. Message-ID: <1992Aug26.175505.835@adimail.uucp>
  6. Organization: Automata Design, Inc.
  7. X-Newsreader: Tin 1.1 PL5
  8. Date: Wed, 26 Aug 1992 17:55:05 GMT
  9. Lines: 23
  10.  
  11.  
  12. Our application has some displays (in a canvas) that can be time consuming.
  13. Under SunView we were able to use the STOP key and the SIGURG signal
  14. processing to change a variable. Then we stopped the display generation if that
  15. variable ever went false.
  16.  
  17. Well, under xview we can't get SIGURG anymore, so what do we do? I cannot
  18. seem to get anything to work. I thought I could call notify_dispatch() and
  19. my event loop would do the right thing (it detects ACTION_STOP fine), but no.
  20. I have tried using raw X commands like XCheckEventMask, but can get no
  21. KeyPress events...and many other things.
  22.  
  23. Has anyone else faced this problem and solved it?
  24.  
  25.  
  26. -- 
  27. Terry Monks        Automata Design Inc    (703) 742-9400
  28.  
  29.  
  30.  
  31. -- 
  32. Terry Monks        Automata Design Inc    (703) 742-9400
  33.  
  34.