Re: [python-win32] IE control via DWebBrowserEvents2

2008-06-08 Thread Mark Hammond
If this is being used in a control, you probably need one extra "out" param used by the control window framework in pythonwin. In my code, I've been unable to effectively cancel the OnBeforeNavigate2 event though, but I don't think its related to pywin32. I could get the OnNewWindow3 event to can

[python-win32] IE control via DWebBrowserEvents2

2008-06-08 Thread Vaclav Opekar
Hello all, I'm trying to embed IE to a GTK app and control IE behavior via the DWebBrowserEvents2 interface. Embedding works, events like OnBeforeNavigate2 or OnNewWindow2 are comming fine but when I try to return (from the callback) a Cancel value which suppose stop IE from next page loadin