Re: NSBorderlessWindowMask with key events
Re: NSBorderlessWindowMask with key events
- Subject: Re: NSBorderlessWindowMask with key events
- From: Andy Lee <email@hidden>
- Date: Sat, 20 Sep 2003 13:05:46 -0400
At 6:41 PM +0200 9/20/03, Lorenzo wrote:
- (BOOL)canBecomeKey
{
NSLog(@"MYBigWindow canBecomeKey");
return YES;
}
// But it seems that is has never been invoked.
I checked the NSWindow docs and the name of the method is canBecomeKeyWindow.
--Andy
_______________________________________________
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.