Re: makeKeyAndOrderFront and NSBorderlessWindowMask
Re: makeKeyAndOrderFront and NSBorderlessWindowMask
- Subject: Re: makeKeyAndOrderFront and NSBorderlessWindowMask
- From: Brian Christensen <email@hidden>
- Date: Mon, 16 Feb 2004 19:29:55 -0500
On Feb 16, 2004, at 6:47 PM, Jorge Arroyo wrote:
I'm having a bit of trouble trying to get keyboard events into a
NSBorderlessWindowMask window. I've subclassed NSWindow to override the
canBecomeKeyWindow method. I call makeKeyAndOrderFront at the end of
the applicationDidFinishLaunching function. All I get when I run the
app and press a key is a beep.
Could you post your applicationDidFinishLaunching method? Perhaps
there's something wrong in there.
/brian
_______________________________________________
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.