• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

对于Mac OS 10.13.1,NSStatusItem的菜单未在全屏模型显示

用户头像
it1352
帮助5

问题说明

全部:

我在状态栏中为我的测试应用程序添加了一个NSStatusItem,它在Mac ox 10.12中不仅可以正常运行,而且可以在全屏模式下正常运行.当我切换到Mac OS 10.13时,无法以全屏模式显示菜单.

I have added one NSStatusItem in the status bar for my test app, and it works well in Mac ox 10.12, not only normal model, but also full screen model. When i switch to Mac os 10.13, it is failed to show the menu in the full screen model.

self.statusItem = [[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength];
        self.statusItem.highlightMode = YES;
        self.statusItem.menu = self.dummyMenu;
        [self.statusItem.menu setDelegate:self];
        self.statusItem.image = image;

有人有什么主意吗? 以全屏模式显示的弹出菜单将不会显示

does anyone has any idea? The pop up menu, in full screen model, it will not show

正确答案

#1

我也遇到了相同的问题,并找到了解决方案

I also have encountered the same issue and found the solution that

[NSApp setActivationPolicy:NSApplicationActivationPolicyAccessory];

显示菜单,但隐藏其主菜单并停靠. 我希望这会有所帮助.

shows the menu, though hides its main menu and dock. I hope this helps.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcakbik
系列文章
更多 icon
同类精品
更多 icon
继续加载