Re: [JAWS-Users] scripting question

2013-02-06 Thread Mike O'Brien
: Tuesday, February 05, 2013 05:32 To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question I did take the liberty of removing a couple of lines which to me seemed to serve no purpose. I grant you most likely I could not have come up with the script but I can follow it easy

Re: [JAWS-Users] scripting question

2013-02-06 Thread David Ferrin
, 2013 9:00 AM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question Hi The script looks good. The extraneous lines were there just to show that the number being spoken was from the file so the IniReadInteger was actually reading it. -Original Message- From

Re: [JAWS-Users] scripting question

2013-02-05 Thread Mike O'Brien
] On Behalf Of David Ferrin Sent: Sunday, February 03, 2013 01:25 To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question I am doing exactly that but for some reason the syntax escapes me at this point. Would you provide me with a working example that I could build from

Re: [JAWS-Users] scripting question

2013-02-05 Thread Mike O'Brien
-users.com Subject: Re: [JAWS-Users] scripting question Hi David The script below will do what you want. Each time it's run, the number will be one higher. If the file name does not contain a path, the file will be created in the JAWS user settings folder. But if the file extension is jsi, the file

Re: [JAWS-Users] scripting question

2013-02-05 Thread David Ferrin
O'Brien Sent: Tuesday, February 05, 2013 9:51 AM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question Hi again I forgot to mention that JAWS scripts only do integer arithmetic. They don't do floating point. -Original Message- From: JAWS-Users-List

Re: [JAWS-Users] scripting question

2013-02-05 Thread David Ferrin
that matter don't mind, and the ones that mind don't matter. -Original Message- From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On Behalf Of David Ferrin Sent: Tuesday, February 05, 2013 12:48 PM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question

Re: [JAWS-Users] scripting question

2013-02-05 Thread Mike O'Brien
] On Behalf Of David Ferrin Sent: Tuesday, February 05, 2013 01:16 To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question I did have to remove the word true which was giving the compiler fits. After that how ever it compiled correctly and seem to work fine. Turns out

Re: [JAWS-Users] scripting question

2013-02-05 Thread David Ferrin
. -Original Message- From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On Behalf Of Mike O'Brien Sent: Tuesday, February 05, 2013 2:29 PM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question Hi If you don't have the statement include hjconst.jsh

[JAWS-Users] scripting question

2013-02-03 Thread David Ferrin
I'm trying to figure out how to write an integer to a INI file and then test it against a predetermined value. I keep getting an incorrect format error which is not very helpful to be sure. In other words I wish to increment a value and then test it. Any ideas will be very welcome. David

Re: [JAWS-Users] scripting question

2013-02-03 Thread Dang Manh Cuong
could you send the error script? - Original Message - From: David Ferrin ow...@jaws-users.com To: jaws-users-list@jaws-users.com Sent: Sunday, February 03, 2013 7:48 PM Subject: [JAWS-Users] scripting question I'm trying to figure out how to write an integer to a INI file

Re: [JAWS-Users] scripting question

2013-02-03 Thread David Ferrin
:54 AM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question could you send the error script? - Original Message - From: David Ferrin ow...@jaws-users.com To: jaws-users-list@jaws-users.com Sent: Sunday, February 03, 2013 7:48 PM Subject: [JAWS-Users] scripting

Re: [JAWS-Users] scripting question

2013-02-03 Thread Mike O'Brien
07:49 To: jaws-users-list@jaws-users.com Subject: [JAWS-Users] scripting question I'm trying to figure out how to write an integer to a INI file and then test it against a predetermined value. I keep getting an incorrect format error which is not very helpful to be sure. In other words I wish

Re: [JAWS-Users] scripting question

2013-02-03 Thread David Ferrin
- From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On Behalf Of Mike O'Brien Sent: Sunday, February 03, 2013 12:45 PM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question Hi You can try using the IniWriteInteger function to write the number to the ini

Re: [JAWS-Users] scripting question

2013-02-03 Thread inthaneelf
-users.com Subject: [JAWS-Users] scripting question I'm trying to figure out how to write an integer to a INI file and then test it against a predetermined value. I keep getting an incorrect format error which is not very helpful to be sure. In other words I wish to increment a value and then test

Re: [JAWS-Users] scripting question

2013-02-03 Thread Dan Rossi
I haven't been following this thread, so not sure if you posted the code or not. When you do your integer comparison, are you using the double equals, IE, ==? -- Blue skies. Dan Rossi Senior Oracle Database Administrator Carnegie Mellon University. E-Mail: d...@andrew.cmu.edu Tel:(412)

Re: [JAWS-Users] scripting question

2013-02-03 Thread David Ferrin
. -Original Message- From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On Behalf Of Dan Rossi Sent: Sunday, February 03, 2013 5:47 PM To: jaws-users-list@jaws-users.com Subject: Re: [JAWS-Users] scripting question I haven't been following this thread, so not sure if you posted

Re: [JAWS-Users] scripting question

2013-02-03 Thread Rick Justice
Yes, it does. HTH, Rick Justice - Original Message - From: inthaneelf inthane...@roadrunner.com To: jaws-users-list@jaws-users.com Sent: Sunday, February 03, 2013 5:39 PM Subject: Re: [JAWS-Users] scripting question I don't know if jaws scripts use the variable integer type if so than

[JAWS-Users] scripting question

2011-09-15 Thread David Ferrin
I'm looking for a function or script that will allow me to either write to a file or copy same from point a to another location. I'm considering taking a shot at creating some sort of a for the lack of a better term stay awake kind of a deal for external hard drives. Normally they go to sleep

Re: [JAWS-Users] scripting question

2011-09-15 Thread Alan Robbins
Sent: Thursday, September 15, 2011 8:40 AM To: jaws-users-list@jaws-users.com Subject: [JAWS-Users] scripting question I'm looking for a function or script that will allow me to either write to a file or copy same from point a to another location. I'm considering taking a shot at creating some sort

Re: [JAWS-Users] scripting question

2011-09-15 Thread Rick Justice
Hi Al, I believe that only applies to internal hard drives. Rick Justice - Original Message - From: Alan Robbins arobb...@nycap.rr.com To: jaws-users-list@jaws-users.com Sent: Thursday, September 15, 2011 8:43 AM Subject: Re: [JAWS-Users] scripting question David, This can't

Re: [JAWS-Users] scripting question

2011-09-15 Thread David Ferrin
- From: Alan Robbins arobb...@nycap.rr.com To: jaws-users-list@jaws-users.com Sent: Thursday, September 15, 2011 8:43 AM Subject: Re: [JAWS-Users] scripting question David, This can't be accomplished through control pane by selecting keep drives awake (or something like that) through the power saving

Re: [JAWS-Users] scripting question

2011-09-15 Thread Trouble
The only way to do that is through the power options. Just set the drives to the time or never you like. At 08:40 AM 9/15/2011, you wrote: I'm looking for a function or script that will allow me to either write to a file or copy same from point a to another location. I'm considering taking a

Re: [JAWS-Users] scripting question

2008-02-15 Thread orhan deniz
Sent: Friday, February 15, 2008 4:54 AM Subject: Re: [JAWS-Users] scripting question No this list doesn't have a chat client, sorry. David Ferrin [EMAIL PROTECTED] - Original Message - From: Derek Roberts [EMAIL PROTECTED] To: jaws-users-list@jaws-users.com Sent: Thursday, February

[JAWS-Users] scripting question

2008-02-14 Thread David Ferrin
All right, since it has been determined that the outlook express reply to sender script in 8 works in 9 for outlook express the question is this. Will the comparable script in 8 for outlook work in 9? If anybody out there has 8 installed you could send me the outlook script and I'll try it out

Re: [JAWS-Users] scripting question

2008-02-14 Thread Derek Roberts
Hi, virtual pc cursor toggle? yeah, it's jaws key z. it disables the virtual cursor for the moment and turns off all navigation keys. pressing it again will reenable the cursor. also if you press it twice it will disable the virtual cursor for anything that would use it. this, of course, does not

Re: [JAWS-Users] scripting question

2008-02-14 Thread David Ferrin
: Thursday, February 14, 2008 10:13 PM Subject: Re: [JAWS-Users] scripting question Hi, virtual pc cursor toggle? yeah, it's jaws key z. it disables the virtual cursor for the moment and turns off all navigation keys. pressing it again will reenable the cursor. also if you press it twice

Re: [JAWS-Users] scripting question

2008-02-14 Thread Derek Roberts
] - Original Message - From: Derek Roberts [EMAIL PROTECTED] To: jaws-users-list@jaws-users.com Sent: Thursday, February 14, 2008 10:13 PM Subject: Re: [JAWS-Users] scripting question Hi, virtual pc cursor toggle? yeah, it's jaws key z. it disables the virtual cursor for the moment

Re: [JAWS-Users] scripting question

2008-02-14 Thread David Ferrin
No this list doesn't have a chat client, sorry. David Ferrin [EMAIL PROTECTED] - Original Message - From: Derek Roberts [EMAIL PROTECTED] To: jaws-users-list@jaws-users.com Sent: Thursday, February 14, 2008 10:41 PM Subject: Re: [JAWS-Users] scripting question new chat client