views:

21

answers:

1

I have a loading overlay which is supposed to block all the AppKit Controls off untill loading is done. However the view seems to be passing all the mouse events to the underlying layers. How to disable that?

+1  A: 

I suggest using a child window instead.

Peter Hosey