• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: enterFullScreenMode trouble
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enterFullScreenMode trouble


  • Subject: Re: enterFullScreenMode trouble
  • From: "Wesley Smith" <email@hidden>
  • Date: Tue, 8 Apr 2008 01:30:52 -0600

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@hidden> 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@hidden> wrote:
>  >
>  > On 4/4/08 5:28 PM, email@hidden 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@hidden
>  >  Rogue Research                        www.rogue-research.com
>  >  Mac Software Developer              Montréal, Québec, Canada
>  >
>  >
>  _______________________________________________
>
>  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
>
_______________________________________________

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

References: 
 >enterFullScreenMode trouble (From: email@hidden)
 >Re: enterFullScreenMode trouble (From: "Sean McBride" <email@hidden>)
 >Re: enterFullScreenMode trouble (From: email@hidden)

  • Prev by Date: Re: Core Animation layer-backed NSViews and mouse handling
  • Next by Date: Re: fileHFSCreatorCode & fileAttributesAtPath:traverseLink on app bundles
  • Previous by thread: Re: enterFullScreenMode trouble
  • Next by thread: Feedback-Directed Optimization problem
  • Index(es):
    • Date
    • Thread