I have an NSDocument based application. When it's in the background,
and users click on my window, I'd like the app to respond to the
mouse-down as if it was clicked in the foreground.
In Safari, a mouse-down on one of its windows while in the background
will bring the window to the front and highlight the control. This
is the behavior I want.
I've tried playing with SetFrontProcess and intercepting mousedown
events, but it's not working like Safari.
What's the best way to accept front clicks in a background Cocoa app?
Thank you,
Sanford
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden