以编程方式更改停靠标题

发布于 2024-08-22 07:12:38 字数 33 浏览 8 评论 0原文

是否可以在运行时更改显示在扩展坞中的应用程序的标题?

Is it possible, to change the title of my application at runtime, which is displayed in the dock?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

壹場煙雨 2024-08-29 07:12:38

您可以尝试更改停靠栏的徽章标签:

[[NSApp dockTile] setBadgeLabel:@"My custom text"]

You might try to change the badge label of the dock tile:

[[NSApp dockTile] setBadgeLabel:@"My custom text"]
平生欢 2024-08-29 07:12:38

不,这是不可能的。 Dock 使用进程的文件系统项的显示名称。对于捆绑应用程序,这就是应用程序包。

该显示名称可以本地化,但是,对于任何给定的系统语言,这是应用程序包的静态属性。

No, it's not possible. The Dock uses the display name of the file system item for the process. For a bundled app, that's the app bundle.

That display name can be localized, but, for any given system language, that's a static property of the app bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文