[python-win32] Have IHTMLWindow2 object need correspondingIHTMLWindow3 object and flash box

Richard Bell rbell01824 at earthlink.net
Tue Jul 31 01:36:13 CEST 2007


Thanks again Tim, I'll make the change.

BTW, anyone looking at this code, should be warned that it only works
properly in a fairly limited set of simple cases.  A bit more testing showed
that there are (at least) issues with:

	Tags that are off the browser's client area
	Tags in frames
	Tags in scrollable regions that are off the scrollable region

And doubtless a very large number of others.  When I'm able to sort through
the mess (and it is a most unholy mess) I'll post the code.

Regards,
Richard

|-----Original Message-----
|From: python-win32-bounces at python.org [mailto:python-win32-
|bounces at python.org] On Behalf Of Tim Roberts
|Sent: Friday, July 27, 2007 6:37 PM
|To: Python-Win32 List
|Subject: Re: [python-win32] Have IHTMLWindow2 object need
|correspondingIHTMLWindow3 object and flash box
|
|Tim Roberts wrote:
|> ...
|> If you use the hollow brush, as I suggested, then the driver won't even
|> be ASKED to fill the interior.
|>
|>    brush = win32ui.GetStockObject( 5 )    # HOLLOW_BRUSH
|>
|
|D'oh, did I really say win32ui?  That's wrong.
|
|    brush = win32gui.GetStockObject( 5 )    # HOLLOW_BRUSH
|
|--
|Tim Roberts, timr at probo.com
|Providenza & Boekelheide, Inc.
|
|_______________________________________________
|Python-win32 mailing list
|Python-win32 at python.org
|http://mail.python.org/mailman/listinfo/python-win32



More information about the Python-win32 mailing list