NSBrowser firstResponder issue
NSBrowser firstResponder issue
- Subject: NSBrowser firstResponder issue
- From: Mark T <email@hidden>
- Date: Thu, 16 May 2002 15:03:30 -0400
I have an application which uses an NSBrowser for the display of most of its
data. I want the select all menu option to work in my browser, which it
does, except that due to the nature of my data, it only makes sense to
select all cells in the rightmost column. I've created an NSBrowser category
which includes my implementation of selectAll:, but it's never called. It
turns out that the browser itself is never the firstresponder. Instead, the
matrices inside it are. As a result, my method is never called. I was
wondering if there was any workaround for this, as I cannot figure out a way
for my method to be called by the menu item/key combo.
Thanks,
Mark T.
_______________________________________________
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.