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: [EMAIL PROTECTED] [mailto:python-win32- |[EMAIL PROTECTED] 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, [EMAIL PROTECTED] |Providenza & Boekelheide, Inc. | |_______________________________________________ |Python-win32 mailing list |Python-win32@python.org |http://mail.python.org/mailman/listinfo/python-win32 _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32