如何将 NSTextField 中的数据添加到核心数据属性,而无需在编辑 TextField 后按 Return 或 Tab 键?

发布于 2024-09-04 15:26:07 字数 260 浏览 5 评论 0原文

我使用带有 3 个 NSTextFields 和一个取消按钮和确定按钮的工作表来编辑核心数据实体的属性。 如果我在 NSTextField 中写入后按 Tab 或 Return,或者如果我用鼠标聚焦另一个 NSTextField,则在 NSTextFields 中输入的文本只会在核心数据实体中更新。如果我只是在 NSTextField 中输入文本并按“确定”按钮,则输入的文本将丢失。

我可以在 Interface Builder 中设置一些属性来更改此 NSTextField 行为吗?

I use a sheet with 3 NSTextFields and a Cancel- and OK-Button to edit the attributes of a Core Data Entity.
The text entered in the NSTextFields is only updated in the Core Data Entity if i press Tab or Return after writing in the NSTextField or if i focus another NSTextField with the mouse. If i just enter text in an NSTextField and press the OK-Button the entered text is lost.

Is there some attribute i can set in Interface Builder to change this NSTextField behaviour?

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

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

发布评论

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

评论(1

尘世孤行 2024-09-11 15:26:07

在我的例子中,答案是检查 NSTextField 值绑定中的“持续更新值”选项。
有关同一问题的其他答案,请参阅:红色毛衣博客 — 保持响应:http: //www.red-sweater.com/blog/229/stay-responsive

The answer in my case is to check the “continuously updates value” option in the NSTextField’s value binding.
For other answers to the same problem see: Red Sweater Blog — Stay Responsive: http://www.red-sweater.com/blog/229/stay-responsive

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