Win32: ByRef equivalent in pythoncom for function callbacks?

Mark Hammond MarkH at ActiveState.com
Mon Sep 25 08:31:56 EDT 2000


"Mike Fletcher" <mfletch at tpresence.com> wrote in message
news:mailman.969879038.18222.python-list at python.org...

> self.ie.Document.documentElement.attachEvent(

It looks like you are trying to use the DOM event mechanism.  I doubt
this will work.

See the docstrings for win32com.client.DispatchWithEvents, or the
newsgroup for other events discussions.  However, note there is an
outstanding bug, in that some events go missing.  This has also been
reported here, and is also in the ActivePython bug list.

Mark.






More information about the Python-list mailing list