在 ruby Shoes 的 Text_Box 中追加一行文本
如何在 ruby Shoes 的 Text_Box 中追加一行文本?我看不出有什么办法可以做到这一点。目前我正在写入一个文本文件,然后打开该文本文件以获取新附加的内容。
How do you append a line of text in a Text_Box in ruby shoes? I can see no way of doing this. Currently I am writing to a text file then opening that text file to get newly appended content.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有两种方法,一种是初始化,另一种是初始化后
here two ways, one with the initialisation and one after
您有 7 种形式的 Text_Box:
要创建 12 像素字体的 Text_Box,您需要执行以下操作:
You have 7 forms of Text_Box:
To create a Text_Box of 12 pixel font you need to do that:
这有点晚了,但你可以这样做:
j 是编辑框的名称。
This is a little late but you can do it like this:
j is the name of the edit_box.