[wxPython-users] Can wx.lig.iewin changes the html content partly?
Robin Dunn
robin at alldunn.com
Wed Jan 16 16:40:32 PST 2008
Python newbie wrote:
> Hello experts,
>
> I have a python frame and the frame has an wx.lib.iewin control(IE ActiveX). I
> use LoadString function of the control to show a html content.
>
> Now from my python code, I want to update the content of the html page partly
> instead of reloading the whole html content.
>
> I'm not sure, whether the wx.lib.iewin can do it or not.
No, but if you use activexwrapper.py instead, which uses the win32com
and other modules from PyWin then you can get a lower level access to
the ActiveX object and the dynamic dispatch interface objects that it
makes available. IIRC there is access to the actual DOM object so you
may be able to manipulate that to change the content. I have no clue on
the details beyond that however.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list