I have a NSPanel which is not clickable. Keyboard events work, but I can't click on buttons, or select a text field, or even the maximize/minimize buttons on top left.
What could be the reason ?
The panel is build in interface builder and loaded with this line:
[NSApp beginSheet:panel modalForWindow:mainWindow modalDelegate:self didEndSelector:@selector(didEndSheet:returnCode:contextInfo:) contextInfo:nil];
thanks