Re: Not receiving mouseDown/Up events in borderless window . . .
Re: Not receiving mouseDown/Up events in borderless window . . .
- Subject: Re: Not receiving mouseDown/Up events in borderless window . . .
- From: "Michael A. Crawford" <email@hidden>
- Date: Sat, 12 Sep 2009 23:03:56 -0400
Since the window is transparent and the view is not, maybe the view is
actually getting the mouse event? Maybe. But why does it work on
Snow Leopard? I will test your theory out and get back to you. I'm
not even sure the content-view is a responder but I'll check that out
too.
-Michael
On Sep 12, 2009, at 10:36 PM, Ken Thomases wrote:
On Sep 12, 2009, at 9:12 PM, Michael A. Crawford wrote:
I have created a borderless window that is used to display a custom
graphic, which need to respond to the enter key or a mouse click by
closing itself. Seems straightforward enough. It works great on
Snow Leopard (10.6) but I do not get the mouse events on Leopard
(10.5). Hitting the enter key works on both.
Anyone seen this behavior before? I've included the code so you
could see if I've left something out.
I think you need to setIgnoresMouseEvents:NO. I believe that
windows which are transparent below a certain threshold ignore mouse
events by default.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden