RE: Window-Eyes API

2010-05-04 Thread Tim Burgess
t: Re: Window-Eyes API Tim, I think you asked two questions. 1 - can you determine if Window-Eyes is running without COM? Yes, you can use the following: // check to see if Window-Eyes is running if (FindWindow("GWMExternalControl", "External Control")) { windoweyesLoaded

RE: Window-Eyes API

2010-05-04 Thread Tim Burgess
ology at http://www.raisedbar.net/petition.htm -Original Message- From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: 04 May 2010 13:19 To: gw-scripting@gwmicro.com Subject: Re: Window-Eyes API On 5/4/2010 7:26 AM, Tim Burgess wrote: Is there a simpler way of detecting if W

Re: Window-Eyes API

2010-05-04 Thread Doug Geoffray
Tim, I think you asked two questions. 1 - can you determine if Window-Eyes is running without COM? Yes, you can use the following: // check to see if Window-Eyes is running if (FindWindow("GWMExternalControl", "External Control")) { windoweyesLoaded = TRUE; } // end if else { windoweyesL

Re: Window-Eyes API

2010-05-04 Thread Aaron Smith
On 5/4/2010 7:26 AM, Tim Burgess wrote: Is there a simpler way of detecting if Window-Eyes is in memory then passing it a string to speak without going down the COM route? Check out http://www.gwmicro.com/mediawiki/index.php/General_Software_Accessibility_Guidelines, specifically the section t

RE: Window-Eyes API

2010-05-04 Thread Tim Burgess
Original Message- From: Chip Orange [mailto:lists3...@comcast.net] Sent: 04 May 2010 12:21 To: gw-scripting@gwmicro.com Subject: RE: Window-Eyes API Tim, whatever you're writing in, it should have the ability to interact using COM, in order to see if WE is running. However, you&#x

RE: Window-Eyes API

2010-05-04 Thread Chip Orange
Tim, whatever you're writing in, it should have the ability to interact using COM, in order to see if WE is running. However, you're only hope for doing this without com might lie in a set of tools put out by Jamal Mazrui called SayTools, which among other things, will tell you the developer, i

RE: Window Eyes API

2009-01-23 Thread Tim Burgess
ailto:cora...@psc.state.fl.us] Sent: 22 January 2009 22:12 To: gw-scripting@gwmicro.com Subject: RE: Window Eyes API Tim, If you really want to expand your horizons, you could use Jamals SayTools API which will work with many popular screen readers, automatically detecting which one is in use and wo

RE: Window Eyes API

2009-01-22 Thread Chip Orange
Tim, If you really want to expand your horizons, you could use Jamals SayTools API which will work with many popular screen readers, automatically detecting which one is in use and working with it when you give it a string to speak. And of course, there's always windows SAPI interface (just relea

RE: Window Eyes API

2009-01-22 Thread Tim Burgess
Sent: 22 January 2009 20:12 To: gw-scripting@gwmicro.com Subject: Re: Window Eyes API If that interface isn't available, WE isn't installed. If WE is installed but not running, you'll be able to create a GWSpeak.Speak object, but calling its methods will simply have no effect

Re: Window Eyes API

2009-01-22 Thread Ron Parker
[mailto:r...@gwmicro.com] Sent: 22 January 2009 19:53 To: gw-scripting@gwmicro.com Subject: Re: Window Eyes API Yes, there is, for a suitable definition of "non-scripting." See the "Working With Window-Eyes" section at http://www.gwmicro.com/Developers/Software/ In brief, Wind

RE: Window Eyes API

2009-01-22 Thread Tim Burgess
et/petition.htm -Original Message- From: Ron Parker [mailto:r...@gwmicro.com] Sent: 22 January 2009 19:53 To: gw-scripting@gwmicro.com Subject: Re: Window Eyes API Yes, there is, for a suitable definition of "non-scripting." See the "Working With Window-Eyes" section a

RE: Window Eyes API

2009-01-22 Thread Tim Burgess
music and music technology at http://www.raisedbar.net/petition.htm -Original Message- From: darren.pask...@gmail.com [mailto:darren.pask...@gmail.com] Sent: 22 January 2009 19:56 To: gw-scripting@gwmicro.com Subject: Re: Window Eyes API Hi Tim, The GWSpeak API offers SpeakString and Si

Re: Window Eyes API

2009-01-22 Thread darren . paskell
Hi Tim, The GWSpeak API offers SpeakString and Silence methods for versions of Window-Eyes from 3.1 and upwards. For an example, take a look at the "Working with Window-Eyes" section on this page: http://www.gwmicro.com/Developers/Software/ Hope this helps. Darren On 22/01/2009, Tim Burgess w

Re: Window Eyes API

2009-01-22 Thread Ron Parker
Yes, there is, for a suitable definition of "non-scripting." See the "Working With Window-Eyes" section at http://www.gwmicro.com/Developers/Software/ In brief, Window-Eyes exports another COM Automation interface with a ProgID of "GWSpeak.Speak". That interface has two methods, SpeakStrin