Key events in NSTextField
Key events in NSTextField
- Subject: Key events in NSTextField
- From: Todd Blanchard <email@hidden>
- Date: Tue, 29 May 2001 22:08:21 -0700
I've subclassed NSTextField to create NSTalkingTextField.
On acceptFirstResponder I announce the name of the field and its contents
using the Speech facility in Carbon. This is working fine.
I also want to announce keys as they are typed - so I override keyDown:.
This apparently never gets called. So how does the thing respond to
typing?
Thanks