Re: Keeping from Window from Becoming Main
Re: Keeping from Window from Becoming Main
- Subject: Re: Keeping from Window from Becoming Main
- From: Matt Neuburg <email@hidden>
- Date: Wed, 26 Jun 2002 14:47:56 -0700
On Wed, 26 Jun 2002 13:09:21 -0500, Charles Jolley <email@hidden> said:
>
>
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.
Would NSWindow, especially stuff like canBecomeKeyWindow and
canBecomeMainWindow, be useful here? m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
"You can lead a horse to water but you can't make him read the manual."
_______________________________________________
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.