Can someone give a brief overview of the HtmlWindow widget for wxPython?
I've been trying to implement an HtmlWindow into a panel on an RSS
aggregator client I'm making, but for some reason I can't seem to get the
window to display any html information. I create an instance of the
wx.html.HtmlWindow and define its parent as the panel I'm trying to
display. I then set its page as the html source, but I'm not getting
anything when I run the program. Any help?
No comments:
Post a Comment