打开工作表时启用与 NSWindow 的交互
I'm creating an app that calls a sheet, however, the interaction with the window must stay enabled while the sheet is open. Here's a mock-up:
The user must be able to use the play and record buttons. Does anyone knows a way to keep it enabled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这似乎是一个稍微有问题的用户界面。但如果你真的想这样做,认为唯一的解决方案是:
This seems a slightly questionable UI. But if you really want to do it, think the only solution will be to either:
工作表的设计目的是阻止与它们所附加的窗口的交互。如果您不希望出现这种行为,则不应使用工作表。
Sheets are intentionally designed to block interaction with the window they're attached to. If you don't want that behavior, you shouldn't be using a sheet.