RE: getting the time and date with one press of insert f12
- From: Chris Skarstad <toonhead@xxxxxxxxxx>
- To: jfw@xxxxxxxxxxxxx
- Date: Mon, 27 Aug 2007 21:32:39 -0500
David, you rock!!!
This worked great, although I must admit the first time I tried it, I
forgot to capitalize the v in SayUsingVoice, and I had to repair JAWS
but that wasn't much of a problem, that only took a couple minutes.
but now when I press jaws key plus f12, it says, and I quote, "It is
9:32 PM Monday, August 27th, 2007. That's cool.
Thanks so much.
At 07:50 PM 8/27/2007, you wrote:
Just to add to my previous message. You could modify the
SaySystemTime script but I think the code that I wrote in my earlier message
is easier. However, the SaySystemTime script is the one you want to modify
if you want to do it that way.
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On Behalf
Of David Truong
Sent: Tuesday, 28 August 2007 10:27 AM
To: jfw@xxxxxxxxxxxxx
Subject: RE: getting the time and date with one press of insert f12
SayUsingVoice ( VCTX_MESSAGE, "it is "+SysGetTime()+" "+SysGetDate(),
ot_No_Disable)
Just put the above in desired script and assign keystroke to it. Easy as
pie. E.G.
Script test ()
SayUsingVoice ( VCTX_MESSAGE, "it is "+SysGetTime()+" "+SysGetDate(),
ot_No_Disable)
EndScript
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On Behalf
Of Chris Skarstad
Sent: Tuesday, 28 August 2007 4:37 AM
To: jfw@xxxxxxxxxxxxx
Subject: getting the time and date with one press of insert f12
Hi folks, I'm pretty sure this is a scripting issue, and
I've never
been able to wrapp my mind around the scripting language, all accept
for code that I've gotten from other folks and put to use
myself. But like the subject line says, I've noticed that other
screenreaders give you the time and date with one press of a hot
key. With JAWS, you have to press insert f12 twice to do this. So,
is there a script, or some other type of modification I can make so
that JAWS will say, 1:32 PM on August 27th, 2007?
Note the time I gave is my current time just as an example. I'm
pretty sure this can be done, but I've never understood why JAWS
doesn't do this too.
Thanks for any help.
--
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: http://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: http://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: http://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
__________ NOD32 2486 (20070827) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
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: http://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
- Follow-Ups:
- RE: getting the time and date with one press of insert f12
- From: David Truong
- References:
- getting the time and date with one press of insert f12
- From: Chris Skarstad
- RE: getting the time and date with one press of insert f12
- From: David Truong
- RE: getting the time and date with one press of insert f12
- From: David Truong
Other related posts:
- » getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » RE: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
- » Re: getting the time and date with one press of insert f12
Just to add to my previous message. You could modify the
SaySystemTime script but I think the code that I wrote in my earlier message
is easier. However, the SaySystemTime script is the one you want to modify
if you want to do it that way.
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On Behalf
Of David Truong
Sent: Tuesday, 28 August 2007 10:27 AM
To: jfw@xxxxxxxxxxxxx
Subject: RE: getting the time and date with one press of insert f12
SayUsingVoice ( VCTX_MESSAGE, "it is "+SysGetTime()+" "+SysGetDate(),
ot_No_Disable)
Just put the above in desired script and assign keystroke to it. Easy as
pie. E.G.
Script test ()
SayUsingVoice ( VCTX_MESSAGE, "it is "+SysGetTime()+" "+SysGetDate(),
ot_No_Disable)
EndScript
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On Behalf
Of Chris Skarstad
Sent: Tuesday, 28 August 2007 4:37 AM
To: jfw@xxxxxxxxxxxxx
Subject: getting the time and date with one press of insert f12
Hi folks, I'm pretty sure this is a scripting issue, and
I've never
been able to wrapp my mind around the scripting language, all accept
for code that I've gotten from other folks and put to use
myself. But like the subject line says, I've noticed that other
screenreaders give you the time and date with one press of a hot
key. With JAWS, you have to press insert f12 twice to do this. So,
is there a script, or some other type of modification I can make so
that JAWS will say, 1:32 PM on August 27th, 2007?
Note the time I gave is my current time just as an example. I'm
pretty sure this can be done, but I've never understood why JAWS
doesn't do this too.
Thanks for any help.
--
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: http://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: http://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@xxxxxxxxxxxxxTo unsubscribe from this mailing list, send a message to jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: http://www.freelists.org/archives/jfwIf 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
__________ NOD32 2486 (20070827) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com
- RE: getting the time and date with one press of insert f12
- From: David Truong
- getting the time and date with one press of insert f12
- From: Chris Skarstad
- RE: getting the time and date with one press of insert f12
- From: David Truong
- RE: getting the time and date with one press of insert f12
- From: David Truong