home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5156 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!wupost!uwm.edu!news.bbn.com!micro-heart-of-gold.mit.edu!uw-beaver!news.u.washington.edu!hardy.u.washington.edu!zeno
  3. From: zeno@hardy.u.washington.edu (Sean T. Lamont)
  4. Subject: response of view keydown messages
  5. Message-ID: <1992Jul21.231819.7766@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: Abstract Software
  8. References: <92203.164622MKK2@psuvm.psu.edu>
  9. Date: Tue, 21 Jul 1992 23:18:19 GMT
  10. Lines: 17
  11.  
  12.  
  13. I'm running a  high-priority timed entry which updates a view.  I've
  14. also got a keydown handler within the view.  The odd thing I found is that
  15. there is a significant delay between the time I press the key and the time it
  16. is actually registered by the view.
  17.  
  18. Playing with this some more, I found that if the timed entry specifically
  19. checks the event queue with NXGetOrPeekEvent(), that it works in a more timely
  20. manner. It seems the view doesn't know about key events as often as the
  21. event queue produces them.
  22.  
  23. Is this normal behavior?
  24. -- 
  25. Sean T. Lamont, Abstract Software        |   "Don't oppress me, It's
  26. zeno@u.washington.edu                    |    'computer of color!' "
  27. Next Mail............................... |  yang.cpac.washington.edu!zebu!zeno 
  28. ----------------"My employers opinions are my own, not yours."-----------------
  29.