NSWindow makeKeyAndOrderFront makes window appear, but not Key or Front

后端 未结 3 1831
死守一世寂寞
死守一世寂寞 2021-02-01 18:28

makeKeyAndOrderFront is not making my NSWindow key or front.

My app does not have a main window or menubar, which may be part of the proble

3条回答
  •  旧时难觅i
    2021-02-01 19:08

    Try calling this method [NSApp activateIgnoringOtherApps:YES];. This should make it the active application.

提交回复
热议问题