I have an NSWindow with a "Hide on deactivate" set to TRUE.
When my application looses focus, the window disappears, however, testing that by "isVisible" gives TRUE. What is going on?
Thanks K
|
I have an NSWindow with a "Hide on deactivate" set to TRUE. When my application looses focus, the window disappears, however, testing that by "isVisible" gives TRUE. What is going on? Thanks K |
|||
|
|
|
Well, I never used this option before... But, if you really want to hide the window when your app loses focus, implement That will give you a stable result. |
|||
|
|