views:

31

answers:

1
A: 

It sounds to me like you actually want an NSPanel, or at least make your window return YES for -hidesOnDeactivate.

Mike Abdullah
Setting the method hidesOnDeactivate to return YES didnt work :(I dont want a Panel b/c my whole application is 1 window, and needs to hide when its not the main focus.
Kyle Browning
I also tried, [self setHidesOnDeactivate:YES]; in my NSWindow Subclass and that didnt work either.
Kyle Browning