Hi!
I am thinking about fiddling with the Research Task Pane in Microsoft
Office using Python. The goal is to create a simple, generic module
that can be used for building various web services (in Python) for the
Research Task Pane. Basically the module should implement the
Registration and Query
On 6/14/07, Mickel Grönroos <[EMAIL PROTECTED]> wrote:
Hi!
I am thinking about fiddling with the Research Task Pane in Microsoft
Office using Python. The goal is to create a simple, generic module
that can be used for building various web services (in Python) for the
Research Task Pane. Basical
I'm trying to debug code for a class to automate IE and am having difficulty
with ShowBrowserBar. I've looked on the Web and found a couple of examples
that suggest this should work:
--- begin code ---
def spin(t):
t0 = time.clock()
while time.clock()-t0 < t: pass
time.clock()
ie=win
On 6/14/07, Richard Bell <[EMAIL PROTECTED]> wrote:
I'm trying to debug code for a class to automate IE and am having
difficulty
with ShowBrowserBar. I've looked on the Web and found a couple of
examples
that suggest this should work:
--- begin code ---
def spin(t):
t0 = time.clock()
w
>When I run this, (winxp pro, python2.5.1, pywin32 build 210) I get no
>errors. IE pops up and loads the URL. I do not however see any change in
>the browsers state, between the 2 calls of ie.ShowBrowserBar(bar,x,0), with
>x (True, False)
>
>Possible an issue with your configuration or installatio
Richard Bell wrote:
> That's the problem. The calls to ShowBrowserBar should first show and then
> hide one of the specified browser bars according to how bar is set.
> Subsequent to my original post I did notice that CLSID_SEARCH DOES work so I
> guessing that the issue is in part the class IDs a
|Tim Roberts wrote:
|The "browser bar" thing was changed pretty radically between IE6 and
|IE7, so it may just be that the GUIDs are different, or that the other
|bars don't exist in the same universe any more.
Thanks Tim.
I saw some tracks in the web documentation but was NOT clear on what or