Re: NSView directly drawn on screen?
Re: NSView directly drawn on screen?
- Subject: Re: NSView directly drawn on screen?
- From: Michael Ash <email@hidden>
- Date: Sat, 13 Jun 2009 04:51:28 -0400
On Fri, Jun 12, 2009 at 6:15 PM, John Ku<email@hidden> wrote:
> I got to play around
> with your suggestions but still cannot get it to not loose focus.
> Thought it did give me a better perspective on how levels, frames,
> keys work.
> Thank you for that.
> I have the NSWindow and removed NSView for testing, but when I clicked on
> the NSWindow, it'll still switch focus to it. I got the level working,
> always floating ontop of windows, but just need a way for my app to not
> become key or attract focus, but still able to receive keyboard/mouse
> events.
You can't. If you want to receive keyboard events then you must have
focus. If you don't want to have focus, then you can't receive
keyboard events. Pick one or the other, because you can't have both.
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden