Objective C NSTextField 在发送命令时保持框中文本突出显示
当我在 NSTextField 上按 Enter 键发送文本字段中的内容时,它会发送它,但会突出显示 NSTextField 中的内容。有谁知道如何制作,以便一旦发送命令,它就会删除 NSTextField 中的内容?
谢谢, 以利亚
When I press enter on an NSTextField to send what ever's in the text field, it sends it, but highlights what ever's in the NSTextField. Does anyone know how to make it so that once it sends the command in, it deletes what ever's in the NSTextField?
Thanks,
Elijah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您还没有为文本字段指定目标和操作。这是您的操作方法:
If you haven't already, assign a target and action to the text field. Here's your action method: