home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7264 < prev    next >
Encoding:
Text File  |  1992-11-17  |  861 b   |  29 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!sifon!homer.cs.mcgill.ca!samurai
  3. From: samurai@cs.mcgill.ca (Darcy BROCKBANK)
  4. Subject: NXBRowsers and Arrow Keys
  5. Message-ID: <1992Nov17.191020.15855@cs.mcgill.ca>
  6. Sender: news@cs.mcgill.ca (Netnews Administrator)
  7. Organization: SOCS - Mcgill University, Montreal, Canada
  8. Date: Tue, 17 Nov 1992 19:10:20 GMT
  9. Lines: 18
  10.  
  11. Can someone tell me the trick used to make the NXBrowser work
  12. with arrow keys?
  13.  
  14. The docs say do this:
  15.  
  16. [myBrowser acceptArrowKeys:YES andSendActionMessages:YES]
  17.  
  18. And that's all you need. The browser should then respond to
  19. - acceptsFirstResponder with YES, which it does, but even if
  20. I programatically tell it - becomeFirstResponder the arrow
  21. keys never get through to it (and I get the system beep).
  22.  
  23. The browser is in a Panel, BTW.
  24.  
  25. Any suggestions?
  26.  
  27. - db
  28.  
  29.