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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to