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
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
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
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
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
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
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
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
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
[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
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
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
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
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
14 matches
Mail list logo