Keeping from Window from Becoming Main
Keeping from Window from Becoming Main
- Subject: Keeping from Window from Becoming Main
- From: Charles Jolley <email@hidden>
- Date: Wed, 26 Jun 2002 13:09:21 -0500
I am trying to keep a window from being brought to the front when a
mouse down is received in my view. I want normal behavior for clicks
anywhere else in the window. I have overrided acceptsMouseDown: to
return YES for my view and I do not invoke the superclass method for
mouseDown:, mouseDragged:, or mouseUp:. Still, any mouse down down in
my view immediately brings the window to the front.
Any idea how to supress this?
Thanks,
-C
_______________________________________________
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.