wxHtmlWindow

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
asadilan
Earned some good credits
Earned some good credits
Posts: 147
Joined: Tue Jul 27, 2010 10:42 pm

wxHtmlWindow

Post by asadilan »

Hi All,

how do i make my wxHTMLWindow is able to display what my browser is displaying?
i have an ordered list with number styling 1, 1.1, 1.1.2 and so on. the html given to wxHtmlWindow when open with a browser, display perfectly but when displayed with wxHtmlWindow, it is not.

Please advise

Thanks
Asadilan
User avatar
doublemax
Moderator
Moderator
Posts: 19115
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxHtmlWindow

Post by doublemax »

wxHTMLWindow only supports a small subset of HTML. For a "full" browser control, use wxWebView:
http://docs.wxwidgets.org/trunk/classwx_web_view.html
Use the source, Luke!
Post Reply