Problem with child window receiving mouse clicks
Problem with child window receiving mouse clicks
- Subject: Problem with child window receiving mouse clicks
- From: Mike Begeman <email@hidden>
- Date: Thu, 24 Apr 2003 11:21:29 -0400
I have a window that adds a child window using
[baseWindow addChildWindow:topWindow ordered:NSWindowAbove];
The child window has a view in it that accepts mouse clicks and allows
the user to scribble using the mouse. The problem I am having is that
the view in the child window does not respond to mouse clicks. In
fact, if the base window is not forward, clicking in the child window
does not bring the base window forward unless the user clicks in the
title bar.
Question: How do I get the child window to accept mouse clicks?
Mike Begeman
_______________________________________________
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.