Re: Key events in NSTextField - Nevermind
Re: Key events in NSTextField - Nevermind
- Subject: Re: Key events in NSTextField - Nevermind
- From: Todd Blanchard <email@hidden>
- Date: Wed, 30 May 2001 11:14:43 -0700
OK, I remember how this works today. So you don't have to answer it.
The key is to not let the field become first responder because it will
then
start greedily grabbing all key events itself in a sort of modal way.
Sorry - it was late.
On Tuesday, May 29, 2001, at 10:08 PM, Todd Blanchard wrote:
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
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev