• 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: How to save a window's position and size
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to save a window's position and size


  • Subject: Re: How to save a window's position and size
  • From: Carl Hoefs via Cocoa-dev <email@hidden>
  • Date: Mon, 25 May 2020 11:54:30 -0700

You could try setting your self.masterViewController.view as self.window's
initial first responder.

(But I get the feeling you're "fighting the Frameworks" here...)

-Carl


> On May 25, 2020, at 11:48 AM, Gabriel Zachmann <email@hidden> wrote:
>
> Thanks a lot for the response.
>>
>>   [self.window setFrame:[[NSScreen mainScreen] frame] display:YES];
>
> It sort of works, but the window still has borders.
>
> I tried this:
>
>   [self.window toggleFullScreen: nil];
>
> and it makes the app start in real full-screen (no window borders),
> but then it does not receive keystrokes (I get the "ponk" sound).
> I have to CMD-tab to a different app first, then CMD_Tab back, then it gets
> keystrokes.
>
> I tried the line also in the AppDelegate's applicationDidFinishLaunching -
> same problem.
>
> Any ideas?
>
> Best regards, Gabriel
>

_______________________________________________

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: 
 >Re: How to save a window's position and size (From: Gabriel Zachmann via Cocoa-dev <email@hidden>)
 >Re: How to save a window's position and size (From: Carl Hoefs via Cocoa-dev <email@hidden>)
 >Re: How to save a window's position and size (From: Gabriel Zachmann via Cocoa-dev <email@hidden>)

  • Prev by Date: Re: How to save a window's position and size
  • Next by Date: Re: Screensaver can capture mouse events under Catalina
  • Previous by thread: Re: How to save a window's position and size
  • Next by thread: Xcode Archive builds Debug version?
  • Index(es):
    • Date
    • Thread