Setting wx.HtmlWindow text

Richard Terry wrote:

Is it possible to just set the text yourself, without using LoadPage, or LoadFile?

I coudnt' get loadpage to work,

eg MyHtml.LoadPage(MyHtmlText)

where MyHtmlText is just a generated string of html as opposed to a file you are loading of disk.

Try this:

  MyHtml.SetPage(MyHtmlText)

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!