You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason this Package does not support borderless windows (called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow] )
#10
Open
ukushu opened this issue
Jul 30, 2023
· 0 comments
2023-07-30 05:00:14.577026+0300 Pixie[68109:3129802] [Window] Warning: -[NSWindow makeKeyWindow] called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow].
2023-07-30 05:00:14.578721+0300 Pixie[68109:3129802] [Window] Warning: Window NSWindow 0x11c627e90 ordered front from a non-active application and may order beneath the active application's windows.
2023-07-30 05:00:16.234815+0300 Pixie[68109:3129802] [Window] Warning: -[NSWindow makeKeyWindow] called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow].
macOS: 13.3.1 (22E261)
XCode: Version 14.3 (14E222b)
App/Window is active, but created from AppDelegate manually:
This is strange, as app must to have main menu even if there are no windows in the app is active. Something with package is wrong.
The text was updated successfully, but these errors were encountered:
ukushu
changed the title
ordered front from a non-active application and may order beneath the active application's windows.
called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow].
Jul 30, 2023
ukushu
changed the title
called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow].
For some reason this Package does not support borderless windows (called on NSWindow 0x11c627e90 which returned NO from -[NSWindow canBecomeKeyWindow] )
Jul 30, 2023
macOS: 13.3.1 (22E261)
XCode: Version 14.3 (14E222b)
App/Window is active, but created from AppDelegate manually:
[![enter image description here][1]][1]
[1]: https://i.stack.imgur.com/XpoH3.jpg
This is strange, as app must to have main menu even if there are no windows in the app is active. Something with package is wrong.
The text was updated successfully, but these errors were encountered: