I have a wx.html.HtmlWindow object, using SetPage to set the content.
h = wx.html.HtmlWindow()
h.SetPage(someHTML)
weirdly there is no GetPage() to get back the html content, is there
some method to get the html content back?
I have a wx.html.HtmlWindow object, using SetPage to set the content.
h = wx.html.HtmlWindow()
h.SetPage(someHTML)
weirdly there is no GetPage() to get back the html content, is there
some method to get the html content back?
cefull wrote:
I have a wx.html.HtmlWindow object, using SetPage to set the content.
h = wx.html.HtmlWindow()
h.SetPage(someHTML)weirdly there is no GetPage() to get back the html content, is there
some method to get the html content back?
When in doubt, check the demo.
h.GetParser().GetSource()
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.