可可绑定 (MonoMac C#)
我是第一次使用可可(我通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果不查看源代码,很难为您提供帮助。压缩项目并在 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.