Document sheet not responding to keyboard events
I think it's a first responder problem, but I'm not sure. I'm implementing an edit window for data in a table view. Very similar in concept to the UI for editing filter rules in Mail.app. I have an editing window that I attach to my primary window with: [NSApp beginSheet: criteriaEditPanel modalForWindow: [self window] modalDelegate: self didEndSelector: @selector(criteriaEditDidEnd:returnCode:contextInfo:) contextInfo: (void *)[criteriaList objectAtIndex: index]]; The panel displays properly, from the title bar of the main window. I can manipulate the pop-up controls on the panel with the