wxHtmlWindow and epydoc-generated html
Hi, I’m using wxPython 2.4.2.4 for an app that has a wxHtmlWIndow for online manual, and epydoc 2.1 (latest stable) to generate the online manual. Epydoc appears to generate a table where only the left column has info, namely a package/module hierarchy (generated from the Python source files) with brief descriptions. This appears correctly when loaded in Internet Explorer, but in wxHtmlWindow, the left column is only half the table width, which really makes it difficult to read. Has anyone had this problem before, and found the solution? I can’t use anything MS Windows specific. Thanks,
Oliver
wx.HtmlWindow doesn't support all the nice tasty stuff that HTML 4.01
spec (or even 2.0) has. It's a very very basic implementation.
If you can't rely on having IEHtmlWindow available, what about
wx.Mozilla? That's available on most platforms, right?
···
----- Original Message -----
From: Schoenborn, Oliver <oliver.schoenborn@nrc-cnrc.gc.ca>
Date: Fri, 24 Sep 2004 13:11:26 -0400
Subject: [wxPython-users] wxHtmlWindow and epydoc-generated html
To: wxpython-users@lists.wxwidgets.org
Hi, I'm using wxPython 2.4.2.4 for an app that has a wxHtmlWIndow for
online manual, and epydoc 2.1 (latest stable) to generate the online
manual. Epydoc appears to generate a table where only the left column
has info, namely a package/module hierarchy (generated from the Python
source files) with brief descriptions. This appears correctly when
loaded in Internet Explorer, but in wxHtmlWindow, the left column is
only half the table width, which really makes it difficult to read.
Has anyone had this problem before, and found the solution? I can't
use anything MS Windows specific. Thanks,
Oliver
--
Regards,
Jeff