wx.html.HtmlWindow and EVT_HTML_LINK_CLICKED
Jorgen Bodde
jorgen.maillist at gmail.com
Mon Jun 11 00:49:51 PDT 2007
Hi,
I am using the HtmlWindow and I want to launch an external browser
window, but it seems the event wx.html.EVT_HTML_LINK_CLICKED only
gets clicked for anchors or internal links. Is this desired behavior?
I do know that OnLinkClicked virtual function works for an external
link, because this is shown properly in the demo, but I do use XRC to
load my GUI and do not wish to implement a custom handler to create a
custom HTML window.
I asked on the wx-dev mailinglist and Vaclav said it should work by
event as well, but the http links simply seem to be bypassed in the
handler.
Any ideas?
With regards,
- Jorgen
More information about the wxpython-users
mailing list