Re: Jaws 9.0 and Mozilla Thunderbird

  • From: "Dave Van der Molen" <dvm@xxxxxxx>
  • To: <jfw@xxxxxxxxxxxxx>
  • Date: Mon, 26 Nov 2007 12:49:15 -0500

Hi Daniel and Everyone Else.

I created the "key pressed event" in the scripts and put your suggested lines in that event. I removed the lines from "auto start."

I would, however, like to know how to indicate that the Virtual PC Cursur should be off only when I'm in the "compose" window of Thunderbird.

Regards,

Dave V
----- Original Message ----- From: "Daniel Dalton" <daniel.dalton47@xxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Friday, November 23, 2007 7:12 PM
Subject: Re: Jaws 9.0 and Mozilla Thunderbird


On 24/11/2007 8:17 AM, Dave Van Der Molen wrote:
Hi again Daniel and Others!

Hi,


In the Jaws scripts for Thunderbird, under Auto Start, I put the lines

No... They will be executed when the app is started only. That's not what you want.

you quoted re turning the PC cursor off and on in Thunderbird. The problem now is that when I go into Thunderbird, the PC cursor is off all

Yes.

the time, not just when I'm composing messages. Where in the scripts do I put the following lines:

if (GetJCFOption (OPT_VIRTUAL_PC_CURSOR)==1) then
SetJCFOption (OPT_VIRTUAL_PC_CURSOR, 0)
else
SetJCFOption (OPT_VIRTUAL_PC_CURSOR, 1)
endif


Remove the  lines above  from the auto start event. (AutoStartEvent ())



I don't see an "Auto Key Pressed Event section in the scripts."

Ah yes... Oops its called KeyPressedEvent...
And you will need to create a function called KeyPressedEvent
To do this press control e at the bottom of the file.
Once done between the lines
void function KeyPressedEvent ()
and
EndFunction
replace and with the code I said with the if...
Note for function type select void...
Also remove the function AutoKeyPressedEvent from the scripts. It is useless I think.

Then add your name change the version to 1.3 and add the date. Mail them to me and I'll upload them.
Also maybe add a note about jaws 9 support...


Thanks!

HTH


P.s I will modify your version slightly with a const so that the version number is updated in insert q as well...
Cheers.
--
JFW related links:
JFW homepage: http://www.freedomscientific.com/
Scripting mailing list: http://lists.the-jdh.com/listinfo.cgi/scriptography-the-jdh.com
JFW List instructions:
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the way the list is being run, do not post them to the list. Rather contact the list owner at jfw-admins@xxxxxxxxxxxxxx



--
JFW related links:
JFW homepage: http://www.freedomscientific.com/
Scripting mailing list: 
http://lists.the-jdh.com/listinfo.cgi/scriptography-the-jdh.com
JFW List instructions:
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts: