Unclickable NSWindow?
Posted
by Brock Woolf
on Stack Overflow
See other posts from Stack Overflow
or by Brock Woolf
Published on 2010-03-08T16:08:22Z
Indexed on
2010/03/08
16:36 UTC
Read the original article
Hit count: 629
I have an NSWindow in a Cocoa application with a fullscreen OpenGL context running above it.
The NSWindow (is loaded from the default nib). It contains some buttons, but when I try to click them they do not press down as a normal aqua button does. I think this could have something to do with the first responder, but i'm not 100% sure.
I can move the NSWindow around by it's title bar, but nothing inside it is clickable, nor are there any changes on rollover of the close and minimise buttons.
How do I make my NSWindow (and the objects inside it) 'clickable'?
© Stack Overflow or respective owner