Re: Jaws Speech Detection
- From: Andrew Hauck <drewhaus@xxxxxxxxx>
- To: programmingblind@xxxxxxxxxxxxx
- Date: Mon, 22 Feb 2010 15:43:40 -0600
Jim,
Thanks for your response, I've got an IsSpeaking JAWS script working but now
it seems I'm unable to locate it with the RunScript COM function.
Is there any documentation regarding where this function begins its search
for the specified script?
Here's what I have so far.
RunScript(L"<path to script>\\ScriptName.jss");
bool JawsInterface::RunScript(const wchar_t* ScriptName)
{
function_r =
jawsServer.Invoke(_bstr_t("RunScript"),&_variant_t(ScriptName),&vResult);
return (function_r == S_OK ? (bool)vResult : false);
}
This code results in JAWS a error of "Unable to locate specified script
<scriptname>"
I guess what's confusing me the most is what I should be passing to tell
jaws where my script is located...
- Follow-Ups:
- RE: Jaws Speech Detection
- From: Homme, James
- RE: Jaws Speech Detection
- References:
- Jaws Speech Detection
- From: Andrew Hauck
- Re: Jaws Speech Detection
- From: James Panes
- RE: Jaws Speech Detection
- From: DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- RE: Jaws Speech Detection
- From: Homme, James
- Re: Jaws Speech Detection
- From: Andreas Stefik
- RE: Jaws Speech Detection
- From: Homme, James
- Re: Jaws Speech Detection
- From: James Panes
- RE: Jaws Speech Detection
- From: Homme, James
- Re: Jaws Speech Detection
- From: Andrew Hauck
- RE: Jaws Speech Detection
- From: Homme, James
- Jaws Speech Detection
Other related posts:
- » Jaws Speech Detection - Andrew Hauck
- » Re: Jaws Speech Detection - James Panes
- » RE: Jaws Speech Detection - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - Andreas Stefik
- » Re: Jaws Speech Detection - Jim Bauer
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - Andrew Hauck
- » RE: Jaws Speech Detection - David Farough
- » Re: Jaws Speech Detection - Jim Bauer
- » Re: Jaws Speech Detection - David Farough
- » Re: Jaws Speech Detection - Jim Bauer
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - James Panes
- » Re: Jaws Speech Detection - Martin Slack
- » Re: Jaws Speech Detection - Andreas Stefik
- » Re: Jaws Speech Detection - Martin Slack
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - Andrew Hauck
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - Andrew Hauck
- » RE: Jaws Speech Detection - Homme, James
- » Re: Jaws Speech Detection - Darko Pogacic
- » Re: Jaws Speech Detection - qubit
- » Re: Jaws Speech Detection - Andrew Hauck
- » Re: Jaws Speech Detection - Andrew Hauck
- » Re: Jaws Speech Detection - Darko Pogacic
- » Re: Jaws Speech Detection - Young Choi