获取正在运行的应用程序的应用程序徽章
我不确定这是否可行,但我想获取其他正在运行的应用程序的应用程序徽章。所以我想从 Mail 的徽章或 Adium 等其他应用程序中获取文本。我查看了 NSWorkspace
和 NSRunningApplication
但找不到这个。任何帮助都会很棒。
I'm not sure if this is possible, but I want to get the application badges of other running applications. So I'd like to get the text from Mail's badge or other apps like Adium. I've looked in NSWorkspace
and NSRunningApplication
and was not able to find this. Any help would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于使用 NSDockTile 的
setBadgeLabel:
的应用程序来说,有一天可能会发生这种情况,但是,据我所知,目前这是不可能的。您可能想要提出请求。对于像 Adium 这样将带有徽章的 Dock 图标本身组合在一起并将其、徽章和所有图标设置为单个图像的应用程序,无法执行此操作。
This could happen someday for applications that use NSDockTile's
setBadgeLabel:
, but, AFAIK, it's not currently possible. You might want to file a request.There is no way to do this to applications like Adium that composite the badged Dock icon together themselves and set it, badge and all, as a single image.