> I added a text field to my modal window, and when it is the first > responder the cut, copy, paste and select all menu items are enabled. > Just for grins I added a second NSTableView to the window and > rebuilt. When that table has focus, the edit menu items are all > disabled, just like for the original table.
> I admit the possibility that I'm doing something weird, but it must > be a NSTableView-only kind of weird... You could write a little class that derives from NSTableView and override validateMenuItem. Putting a debugger breakpoint on that might tell you more. The ins-and-outs of it are covered here: http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Protocols/NSMenuValidation_Protocol/Reference/Reference.html Rgds - Paul Sanders. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com