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 the following scenario:
There is dynamically created rectangular shape on this window. The transparent 
window should not take mouse events in this region; it should be delegated to 
the window (of some other app) that is present behind this shape.
For this purpose, if the mouseDown event is inside the shape I am setting 
setIgnoreMouseEvents to YES. Now, if the user performs mouse events in the area 
outside the shape the transparent window should take the event. Since, 
setIgnoreMouseEvents is set to YES, window does not take mouse events.
 
There is no way to identify that mouseDown event has occurred so that I can set 
setIgnoreMouseEvents to NO.
 
Could someone suggest me some best method to handle mouse events on transparent 
window?
 
Thanks and Regards,
Deepa-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an 
intended recipient, please notify the sender and delete all copies. Emails to 
and from our network may be logged and monitored. This email and its 
attachments are scanned for virus by our scanners and are believed to be safe. 
However, no warranty is given that this email is free of malicious content or 
virus.
_______________________________________________

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