home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!sifon!homer.cs.mcgill.ca!samurai
- From: samurai@cs.mcgill.ca (Darcy BROCKBANK)
- Subject: NXBRowsers and Arrow Keys
- Message-ID: <1992Nov17.191020.15855@cs.mcgill.ca>
- Sender: news@cs.mcgill.ca (Netnews Administrator)
- Organization: SOCS - Mcgill University, Montreal, Canada
- Date: Tue, 17 Nov 1992 19:10:20 GMT
- Lines: 18
-
- Can someone tell me the trick used to make the NXBrowser work
- with arrow keys?
-
- The docs say do this:
-
- [myBrowser acceptArrowKeys:YES andSendActionMessages:YES]
-
- And that's all you need. The browser should then respond to
- - acceptsFirstResponder with YES, which it does, but even if
- I programatically tell it - becomeFirstResponder the arrow
- keys never get through to it (and I get the system beep).
-
- The browser is in a Panel, BTW.
-
- Any suggestions?
-
- - db
-
-