> Well, this example code is not quite what you want, but I hope that it's
> useful... (it merely opens an external _browser_... however, I wouldn't
be
···
----- Original Message -----
From: "Robin Dunn" <robin@alldunn.com>
To: "wxPython-users" <wxpython-users@wxwindows.org>
Sent: Thursday, August 24, 2000 9:58 PM
Subject: Re: [wxPython] HTML page question
> too surprised if it'll work also for mailto links...)
>
> (In a subclass of wxHtmlWindow...Otherwise [i.e. if in a subclass of
another
> window which is to contain a wxHtmlWindow called "html"], with code like
> self.html = wxHtmlWindow(self, -1)
> self.html.OnLinkClicked = self.OnLinkClickedThe proper way to do this is to derive a new class from wxHtmlWindow and
provide an OnLinkClicked method there.--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!