迪文科技论坛

 找回密码
 立即注册
搜索
查看: 316|回复: 11

[Question]ASCII text input 多行文本问题 (multiline text issue)

[复制链接]

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
发表于 2024-6-18 12:47:10 | 显示全部楼层 |阅读模式
Hello everyone! I am from Russia so I will write in English and also add translation to Chinese by google translator.

Is it possible to input multiline text? When I use ASCII text input I can not see text while typing if it is longer then input area. The text doesn't scroll while I'm typing.
See attached photo: when I want to type "line5" cursor jumps to the right side and a can not see next string anymore.

是否可以输入多行文字?当我使用 ASCII 文本输入时,如果文本比输入区域长,我在键入时看不到文本。我打字时文本不会向下滚动。
请参阅附图:当我想输入“line5”时,光标跳到右侧并且无法再看到下一个字符串。




DGUS V7.647
DMG80480C070_04WTC
Firmware version V6.5 2024.04.03

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0

主题

411

回帖

2163

积分

金牌会员

Rank: 6Rank: 6

积分
2163
发表于 2024-6-18 13:19:15 | 显示全部楼层
本帖最后由 Carla熊 于 2024-6-18 13:20 编辑

您好!检查一下您的录入控件的文本长度量不是不够?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
 楼主| 发表于 2024-6-18 13:49:02 | 显示全部楼层
本帖最后由 Ivan_P 于 2024-6-18 13:55 编辑

Text length is enough, it is 120 characters. Actually I can input more text when I type, I just can't see it because it gets out of view. See attached video.

文本长度足够了,120个字符。实际上,我在打字时可以输入更多文本,只是看不到它,因为它超出了视野。请参阅随附的视频。



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
 楼主| 发表于 2024-6-18 14:18:17 | 显示全部楼层
本帖最后由 Ivan_P 于 2024-6-18 14:19 编辑

I want to enter long text with multiple lines. So, text should scroll up while I type. Was it supposed that text automatically scrolls up when I input more lines than can fit inside ASCII text input control?

我想输入多行长文本。因此,当我打字时,文本应该向上滚动。当我输入的行数超出 ASCII 文本输入控件的容纳范围时,文本是否会自动向上滚动?

回复

使用道具 举报

0

主题

411

回帖

2163

积分

金牌会员

Rank: 6Rank: 6

积分
2163
发表于 2024-6-19 09:22:41 | 显示全部楼层
方便的话可以把工程发过来看看。
回复

使用道具 举报

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
 楼主| 发表于 2024-6-19 20:47:39 | 显示全部楼层
本帖最后由 Ivan_P 于 2024-6-19 20:49 编辑

I have made simple test project that shows the problem. Please tell me is this a bug or it was supposed to behave this way. I think that if keyboard has "Enter" button then I should have ability to enter multiple lines of text.

我做了一个简单的测试项目来显示问题。请告诉我这是一个错误还是它应该以这种方式表现。我认为如果键盘有“Enter”按钮,那么我应该能够输入多行文本。


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0

主题

411

回帖

2163

积分

金牌会员

Rank: 6Rank: 6

积分
2163
发表于 2024-6-20 09:12:00 | 显示全部楼层
本帖最后由 Carla熊 于 2024-6-20 09:15 编辑
Ivan_P 发表于 2024-6-19 20:47
I have made simple test project that shows the problem. Please tell me is this a bug or it was suppo ...

您好!测试了您的工程,录入没有问题的,可以达到您要的效果,请见附件测试视频。但是显示这里的编码方式需要改成GBK,不然会显示乱码。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
 楼主| 发表于 2024-6-20 18:24:58 | 显示全部楼层
No, you input only 6 lines of text! 6 lines is ok because it can fit inside input area. But if you press "Enter" and try to enter 7 line you will not see what you are typing. Please, press "Enter" at this moment:

不,您只输入 6 行文本! 6 行就可以了,因为它可以适合输入区域。但是,如果您按“Enter”并尝试输入 7 行,您将看不到您正在输入的内容。此时请按“Enter”键:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

1

主题

9

回帖

76

积分

注册会员

Rank: 2

积分
76
 楼主| 发表于 2024-6-20 19:36:44 | 显示全部楼层
This is the effect that I want (see the video in attachment). When the text reaches bottom it starts to scroll down so I can see what I am typing.

这就是我想要的效果(见附件视频)。当文本到达底部时,它开始向下滚动,以便我可以看到我正在输入的内容。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0

主题

411

回帖

2163

积分

金牌会员

Rank: 6Rank: 6

积分
2163
发表于 2024-6-21 08:49:12 | 显示全部楼层
Ivan_P 发表于 2024-6-20 19:36
This is the effect that I want (see the video in attachment). When the text reaches bottom it starts ...

录入的文字超过录入框就会不显示了,您要的这个功能目前支持不了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|迪文科技论坛 ( 京ICP备05033781号-1 )

GMT+8, 2024-12-28 16:32 , Processed in 0.124074 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表