disabling click-through in transparent views (seeking comments)
disabling click-through in transparent views (seeking comments)
- Subject: disabling click-through in transparent views (seeking comments)
- From: Josh Anon <email@hidden>
- Date: Wed, 14 May 2003 15:34:57 -0700
This question seems to come up every few months, and I think I've found
a solution, although not one I like.
Specifically, I have a transparent view and I want it to get events.
For reasons related to what I'm doing in the view, setting it to have a
low alpha just gets too problematic. In this case, my view sits in a
child window which is attached to a different window with some real
content. My solution was to subclass the parent window and override
sendEvent: so that it sends the event to each child window.
It works, but it seems like there should be a flag somewhere you could
set to disable click-through... Comments?
Josh
---
Josh Anon
Studio Tools Intern, Pixar Animation Studios
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.