What I want to do is as simple as hide a button. Currently I have used the code …
[myButton setTransparent:TRUE]
… that works BUT if you click where the button is and even though it's hidden whatever it's action is still happens. Is there a way to disable the NSButton?