Re: [python-win32] IE control via DWebBrowserEvents2

2008-06-09 Thread Mike Driscoll
Vaclav Opekar wrote: 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

Re: [python-win32] IE control via DWebBrowserEvents2

2008-06-08 Thread Mark Hammond
> Sent: Sunday, 8 June 2008 9:47 PM > To: python-win32@python.org > Subject: [python-win32] IE control via DWebBrowserEvents2 > > Hello all, > I'm trying to embed IE to a GTK app and control IE behavior via the > DWebBrowserEvents2 interface. > Embedding works, events like O

[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