如何将内容附加到wxHtmlWindow?

发布于 2024-10-27 08:06:20 字数 253 浏览 5 评论 0原文

我知道SetPage()设置wxHtmlWindow的内容。在我的应用程序中,我将以类似于日志文件的方式频繁附加更多内容,因此我想避免重复调用 SetPage() 以避免不必要的 CPU 周期浪费在一遍又一遍地解析相同的内容上,并保持显示闪烁过多。

我考虑过使用 wxHtmlListBox 但觉得我不太喜欢这个解决方案,因为用户无法选择/复制一小部分文本。

将新内容附加到“body”标签的示例代码将不胜感激。如果有人有更好的想法,我也愿意接受其他解决方案。

I know SetPage() sets the content of wxHtmlWindow. In my application, I will be appending more content frequently in a fashion similar to a log file, so I'd like to avoid calling SetPage() repeatedly to avoid unnecessary CPU cycles being wasted on parsing the same content over and over and keep the display from flickering too much.

I thought about using wxHtmlListBox but decided I didn't really like that solution because users won't be able to select/copy small portions of text.

Example code of appending new content to the 'body' tag would be appreciated. I'm also open to other solutions if someone has a better idea.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文