即使“每个空间”都在所有空间中显示我的应用程序被选中
我正在开发 Mac 桌面应用程序。我的应用程序遇到与 Spaces 相关的问题。我已添加使用系统偏好设置选项“应用程序分配-空间”作为“每个空间”在所有空间中显示我的应用程序。它工作正常,直到我重新启动我的应用程序。一旦我重新启动我的应用程序,即使系统首选项显示“每个空间”,它也仅显示在启动它的空间中。
我是否需要更新应用程序设置才能使其正常工作。这里有什么问题。有人可以帮助我吗?
问候, 迪帕
I am developing an Mac Desktop application. I have the problem related to Spaces for my App. I have added to show my App in all spaces using the System Preference option Application Assignments-Space as 'Every Space'. It works fine until I restart my app. Once I restart my app, it is shown only in the space where it is launched even if the System Preferene option shows 'Every Space'.
Do I need to update application settings for this to work. What is the problem here. Could someone help me?
Regards,
Deepa
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[窗口 setCollectionBehavior:NSWindowCollectionBehaviorCanJoinAllSpaces];
[window setCollectionBehavior:NSWindowCollectionBehaviorCanJoinAllSpaces];