Re: Click-through

2017-03-25 Thread Quincey Morris
On Mar 25, 2017, at 11:18 , Markus Spoettl wrote: > > you can overwrite -mouseDown: and -mouseUp: and not call super. Actually, that’s probably not going to work too well. The easiest way is to subclass the relevant controls and override “acceptsFirstMouse” to return false. However, either app

Re: Click-through

2017-03-25 Thread Markus Spoettl
On 25/03/17 18:54, Daryle Walker wrote: Is there any way to disable click through? On a toolbar control or otherwise. Through an Interface Builder setting or otherwise. Depends on your needs, really but programmatically if you have a custom view class you can overwrite -mouseDown: and -mouseU