wxPython/IEHtmlWindow documentation (what events are available ?)

R

Richard Shea

Hi - I've got a script which is making use of ...

import wx.lib.iewin as iewin

.... and so ...

self.ie = iewin.IEHtmlWindow(self, -1, style =
wx.NO_FULL_REPAINT_ON_RESIZE)

.... but I can't find any documentation about what a IEHtmlWindow
object might do - in particular what I might do with the events.

I have some sample code and I've taken a look at iewin.py but what I
would like to know is when the various events are going to fire ?
'DOCUMENTCOMPLETE' seems fairly self-explanatory but others such as
'BEFORENAVIGATE2' and 'STATUSTEXTCHANGE' are less guessable.

I've looked at (what I think is) the MS documentation but I cannot
find references to any of these events - can anyone point me
information please ?

Thanks

Richard.
 
T

Thomas Ganss

Richard said:
'DOCUMENTCOMPLETE' seems fairly self-explanatory but others such as
'BEFORENAVIGATE2' and 'STATUSTEXTCHANGE' are less guessable.

I've looked at (what I think is) the MS documentation but I cannot
find references to any of these events - can anyone point me
information please ?

That sounds a lot like WebBrowser or (HTML)Document Object Model [DOM].

HTH

thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,221
Messages
2,571,134
Members
47,748
Latest member
LyleMondra

Latest Threads

Top