为什么 NSWindow 在解除绑定对象时成为第一响应者
我手动将 NSTextView 的值绑定到对象的属性。当我调用 unbind 时,窗口成为第一响应者......为什么?
我不想那样!
I manually bind the value of a NSTextView to a property of an object. When I call unbind, the window becomes first responder ... Why?
I don't want that!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里没有太多信息,但您可能需要检查响应者链以查看该窗口是否是下一个窗口并正在传递焦点。
Well there isn't a lot of information here, but you might want to check the responder chain to see if the window is next in line and being passed the focus.