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 <z...@cs.uni-bremen.de> 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 (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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to