Re: _newFirstResponderAfterResigining ???
Re: _newFirstResponderAfterResigining ???
- Subject: Re: _newFirstResponderAfterResigining ???
- From: Dan Bernstein <cocoa-dev%email@hidden>
- Date: Tue, 18 Feb 2003 00:26:01 +0200
I don't know if it's the most elegant thing to do, but whenever I get
something like this, I set a breakpoint on NSLog (or printf) and look
at the backtrace when the breakpoint is hit. Of course, this will only
work if your code normally doesn't use NSLog.
-- Dan
On Monday, February 17, 2003, at 11:56 PM, email@hidden wrote:
When can the following warning be sent?
NSWindow: -_newFirstResponderAfterResigining is not a valid message
outside of a responder's implementation of -resignFirstResponder
It looks like it appears when I'm switching from a NSTextField to a
subclass of NSTextField but I don't see what kind of call can lead to
this warning.
_______________________________________________
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.
_______________________________________________
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.