Re: Handling mouse events on transparent window conditionally

2011-06-06 Thread Raleigh Ledet
I'm shooting off the cuff here. But try setting up a tracking area that matches your "active" rectangle. When the mouse enters the tracking area, setIgnoreMouseEvents:NO, when the mouse exits the tracking area setIgnoreMouseEvents:YES. -raleigh On May 31, 2011, at 1:30 AM, Ken Thomases wrote:

Re: Handling mouse events on transparent window conditionally

2011-05-31 Thread Ken Thomases
On May 31, 2011, at 1:33 AM, Deepa wrote: > I am developing an Desktop application in which I should be able to take > mouse events on transparent window. But, transparent NSWindow does not take > mouse events. So, I have set setIgnoreMouseEvents to NO which allows the > transparent window to

Handling mouse events on transparent window conditionally

2011-05-30 Thread Deepa
Hi, I am developing an Desktop application in which I should be able to take mouse events on transparent window. But, transparent NSWindow does not take mouse events. So, I have set setIgnoreMouseEvents to NO which allows the transparent window to take mouse events. I have the problem in th