开发者

How to append content to wxHtmlWindow?

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 d开发者_运维技巧idn'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.


Are you against using AppendToPage? http://www.wxpython.org/docs/api/wx.html.HtmlWindow-class.html#AppendToPage

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜