如何在“TextFlowUtil”中跟踪导入进度
在 id="TextView" 的 TextArea 中,加载的 html 文本长度为 1080 行。此过程需要 3-4 秒,最好向用户表明这一点。
TextView.textFlow = TextFlowUtil.importFromString(data.readUTFBytes(data.bytesAvailable), WhiteSpaceCollapse.PRESERVE);
我认为TextFlowUtil中的延迟是在转换大量标签的过程中(例如,)。哪些活动可以提供帮助?是否有任何进度或完成事件需要挂钩?提前致谢!
In TextArea with id="TextView" the loaded html-text length is 1080 lines. This process takes 3-4 seconds and would be desirable to indicate this to the user.
TextView.textFlow = TextFlowUtil.importFromString(data.readUTFBytes(data.bytesAvailable), WhiteSpaceCollapse.PRESERVE);
I think the delay in TextFlowUtil is in the process of converting a large number of tags (e.g., <span>
). What events can help? Are there any progress or completion events to hook? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道任何进度事件,但我只会显示一个刺轮:
I don't know of any progress events, but I would just show a spiny wheel: