Jason,
Yes, I've read up on menu validation (more than once).
I got here because my application has a few table and/or outline views in
the document window, and I wanted "Select All" to be directed to one in
particular (a master list) whenever the current first responder does not
respond t
Hi, all,
My application at times starts throwing exceptions in my menu item
validation code:
-[NSTableView validateMenuItem:]: unrecognized selector sent to instance
0x15e80850
The offending line is in my document class's menu validation logic:
else if ( action == @selector(selectAll:) )