Robin Dunn schrieb:
> Thomas Heller wrote:
> 
>> 
>> That's enough blurb for now; any comments, and does the above make sense?
>> 
> 
> It all works for me.  I just wish that the info in this email had been 
> published somewhere a couple weeks ago when I needed it so I didn't have 
> to figure it all out by myself through trial and error.  I started out 
> with 0.5 from svn so I could get support for the [out] parameters for 
> the IE COM events.

I'm sorry for that.  Usually I keep the ChangeLog up to date with the code,
but it may be that I was not careful enough about that.  In the future
I will post to the mailing list earlier.

I didn't even know that you were using the code from svn (although I wondered
why the sourceforge download stats suddenly went from ~8 downloads per day up
to ~40 or so ;-).

> I have one question about the BeforeNavigate example.  In a high-level 
> version of that (without the this parameter) would the return value be 
> used for the [out] of the Cancel parameter, or is using the low-level 
> version the only way to set that?  (That is what I am doing and it works 
> fine, so this is just a point of curiosity for me.)
> 

Yes, returning True from a BeforeNavigate2 high-level handler will
cancel the navigation.

Thanks,
Thomas


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to