Re: Getting NSWindow's focused NSTextField
Re: Getting NSWindow's focused NSTextField
- Subject: Re: Getting NSWindow's focused NSTextField
- From: Moray Taylor <email@hidden>
- Date: Sun, 1 Aug 2004 17:39:32 +0100
On 1 Aug 2004, at 16:08, Matt Neuburg wrote:
On Sun, 1 Aug 2004 11:31:30 +0100, MT <email@hidden> said:
SImple question... (I think)
How do I get the current (focused) NSTextField in a window?
If I use firstResponder I get the same NSTextView every time, which I
assume is the NSWIndow's fieldEditor. But I need the actual
NSTextField.
Ask the field editor who its delegate is. m.
Ah, I see. Many thanks.
Moray
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.