controlling acceptsFirstResponder
controlling acceptsFirstResponder
- Subject: controlling acceptsFirstResponder
- From: Joseph Jacobs <email@hidden>
- Date: Mon, 25 Apr 2005 15:08:06 -0500
Is there a way to override the acceptance of FirstResponder without
subclassing? Something like setAcceptsFirstResponder?
I have an NSTableView which I want to respond to clicks without
becoming the FirstResponder. From the documentation it appears that I
could subclass the object and override acceptsFirstResponder in order to
accomplish this, but this would be the only reason that I would create
such a subclass since everything else has been accomplished through
datasource, delegate, and notification handling. This seems like a
trivial something that should be obtainable without needing a subclass,
but my search has turned up nothing but subclassing so far.
Joseph Jacobs
Intriguing Development, Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden