I don't know about NSView, but I was having the same issue with
NSWindow and this fixed it:

-(BOOL)canBecomeKeyWindow
{
        return YES;
}

wes

On Fri, Apr 4, 2008 at 3:33 PM,  <[EMAIL PROTECTED]> wrote:
> Thanks for the reply. Actually I read those posts already, that's why
>  I threw out the question here to see if someone could confirm it's a
>  bug. Guess I'll have to revert to setting up the full screen
>  environment manually.
>
>
>
>  On Fri, Apr 4, 2008 at 11:24 PM, Sean McBride <[EMAIL PROTECTED]> wrote:
>  >
>  > On 4/4/08 5:28 PM, [EMAIL PROTECTED] said:
>  >
>  >  >I'm having a small problem with NSView's
>  >  >enterFullScreenMode:withOptions: method. The windowed view handles
>  >  >keyboard events by overriding keyDown:, but once I enter fullscreen
>  >  >mode it stops receiving these events, all I get is a NSBeep. I have
>  >  >correctly set the new fullscreen window's delegate and made sure the
>  >  >fullscreen view is the first responder, but to no avail. What am I
>  >  >missing?
>  >
>  >  Probably nothing.  :(  NSView's fullscreen API is quite broken, you've
>  >  probably just found another example.  You might search the archives for
>  >  other reasons to avoid that API.
>  >
>  >  --
>  >  ____________________________________________________________
>  >  Sean McBride, B. Eng                 [EMAIL PROTECTED]
>  >  Rogue Research                        www.rogue-research.com
>  >  Mac Software Developer              Montréal, Québec, Canada
>  >
>  >
>  _______________________________________________
>
>  Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
>  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:
>  http://lists.apple.com/mailman/options/cocoa-dev/wesley.hoke%40gmail.com
>
>  This email sent to [EMAIL PROTECTED]
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to