problem with scripting manual enumerations

2009-09-08 Thread Allison and Chip Orange
Hi Aaron, someone reported a problem in MS Word in that the cursor hotkey functions read left to cursor, and cursor to right, don't work quite right. I verified that in 2003 at least, he's correct. I wanted to script around this, but in looking in the cursor key action enumerations, I see ckaToE

RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Ron Parker [mailto:r...@gwmicro.com] Sent: Tuesday, September 08, 2009 1:55 PM To: gw-scripting@gwmicro.com Subject: Re: Python code Chip Orange wrote: > what I do know is that it has it's own interpreters for vb script and > jscript, and so that's how the imp

Re: Python code

2009-09-08 Thread Ron Parker
Chip Orange wrote: what I do know is that it has it's own interpreters for vb script and jscript, and so that's how the implied objects are made available to them. That's not actually entirely accurate. When you start a script, Window-Eyes checks the registry for that script's filetype, an

Re: Python code

2009-09-08 Thread Aaron Smith
On 9/8/2009 1:32 PM, Chip Orange wrote: I don't read python, and I'll take his word for it that implied objects are available; I'd like to know how that is possible. I think you've over thinking this. The objects are available to PythonScript just as VBScript and JScript, or any active script

Re: getting hold of the Window eyes object

2009-09-08 Thread Ron Parker
Chip Orange wrote: there is something you, as an external script developer, need to do as far as registering your script with window eyes, so that it can be notified if window eyes is shutting down. The things you need to do as an external script or as an external COM client are enumerated

Re: Python code

2009-09-08 Thread Aaron Smith
On 9/8/2009 1:20 PM, Chip Orange wrote: what I do know is that it has it's own interpreters for vb script and jscript, and so that's how the implied objects are made available to them. Window-Eyes doesn't have any interpreters. It uses what's available through the operating system. VBScript an

RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Jared Wright [mailto:wright.jar...@gmail.com] Sent: Tuesday, September 08, 2009 1:26 PM To: gw-scripting@gwmicro.com Subject: Re: Python code On 9/8/2009 1:20 PM, Chip Orange wrote: "are you saying the answers are all in the NewWe script, and I should download

RE: getting hold of the Window eyes object

2009-09-08 Thread Chip Orange
I think sample code in some language for external scripts is on the window eyes development wiki. you need to create the windoweyes.application object; from there, you could use the speak method of the speech object property. there is something you, as an external script developer, need to do as

Re: Python code

2009-09-08 Thread Jared Wright
On 9/8/2009 1:20 PM, Chip Orange wrote: "are you saying the answers are all in the NewWe script, and I should download it?" Since he explicitly pointed you to it, I'd surmise it's a good place to start.

RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Stephen Clower [mailto:st...@steve-audio.net] Sent: Monday, September 07, 2009 9:03 PM To: gw-scripting@gwmicro.com Subject: Re: Python code On 9/7/2009 7:22 PM, Chip Orange wrote: > Hi Steve, > > thanks for the real info! > > do you have any info how the trick