Re: Transparent window not getting mouse down events

2012-02-01 Thread Ken Thomases
On Feb 1, 2012, at 6:59 AM, Marshall Houskeeper wrote: > I was confused because the NSWindows method ignoresMouseEvents returns false > after I initialize the window. So the calling of the setIgnoresMouseEvents > must have some other side effect. Yes, it seems that there are actually three s

Re: Transparent window not getting mouse down events

2012-02-01 Thread Marshall Houskeeper
Thank you very much for the help. Your suggestion works. I was confused because the NSWindows method ignoresMouseEvents returns false after I initialize the window. So the calling of the setIgnoresMouseEvents must have some other side effect. Maybe the documentation needs to be updated to

Re: Transparent window not getting mouse down events

2012-01-31 Thread Ron Fleckner
On 01/02/2012, at 7:59 AM, Marshall Houskeeper wrote: > I would like to create a transparent window that spans all the screens and > that handles mouse down events. Below is the code that I use to create my > transparent window. The transparent window gets created and display > successfull