可可绑定 (MonoMac C#)

发布于 2024-10-17 08:18:49 字数 202 浏览 6 评论 0原文

我是第一次使用可可(我通过 MonoMac 使用它),所以我在理解如何做到这一点时遇到了问题: 我有一些文本字段,其中绑定了一些数据(使用 Cocoa 绑定和对象控制器),问题是我想对仅在按下按钮时保存的这些文本字段进行更改,但我不知道如何可以做到这一点,就目前而言,当我更改文本字段中的文本时,当我离开文本字段时,这些更改会自动提交。

有什么想法吗?

谢谢

I'm using cocoa for the first time (i'm using it through MonoMac), so I'm having problems understanding how I can do this:
I have some text fields with some data binded to it (using Cocoa bindings, and a Object Controller), the problem is that I want to making changes in those textfields saved only when I press a button, but I can't figure how I can do this, as for now when I change the text in a textfield those changes are automatically commited when I leave the textfield..

Any ideas?

Thanks

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

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

发布评论

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

评论(1

影子的影子 2024-10-24 08:18:49

如果不查看源代码,很难为您提供帮助。压缩项目并在 mono-osx 邮件列表上寻求帮助(只需发送电子邮件至 [email] protected];您必须首先在 http://lists.ximian 上注册。 com/mailman/listinfo/mono-osx)。然后就可以很容易地检查你的代码并找出问题所在。

如果您能以某种方式向我展示您到目前为止所做的事情,我非常愿意帮助您。

It is pretty tough to help you without looking at your source code. Zip the project and ask help on mono-osx mailing list (just send an email to [email protected]; you have to first register on http://lists.ximian.com/mailman/listinfo/mono-osx). It will be then easy to look into your code and figure out the problem.

I'm more than willing to help you if you can somehow show me what you have done so far.

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