I can vouch htmlWindow's useful too. My application opens up a
zip file with the zipfs filesystem, and displays lots of content
as my user uses my image viewer. I added some additional metatags
to my html that tell my software which image to load when they
go to a particular page. The HtmlWindow let me implement and add
my own wxHtmlTagHandler which can react to my custom tags. It
could not have been any easier or more powerful.
One bit of advise is to use the <BR><BR> tags when you can instead
of <P> for paragraphs. wxHtmlWindow treats <P>s in a slightly
weired way, and if you use the <BR>s then your pages will look
pretty similar in IE or Firefox when compared to the way the
wxHtmlWindow renders the page.
-Jim
ยทยทยท
-----Original Message-----
From: Tim Lesher [mailto:tim@lesher.ws]
Sent: Tuesday, August 10, 2004 10:00 AM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] How to get selection from HtmlWindow?On Mon, Aug 09, 2004 at 08:15:34PM +0100, Rafal wrote:
> BTW: Dou you know any real (other than demos) applications using
> HtmlWindow? I need some advanced examples.We used wxHtmlWindow to display custom reports for a commercial
application (a wireless network management system); unfortunately,
it's not Open Source so I can't offer the source code, but I can vouch
for its usefulness.--
Tim Lesher <tim@lesher.ws>
http://www.lesher.ws---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org