Re: AVG
Karen Reynolds <reynolds-karen@...>
Hi Ted,
toggle quoted messageShow quoted text
I want something that more quietly does its job in the background. I finally figured out how to turn off some of the nag ads and that seems to help. If I download a book from NLS it has to check it out. That's just an example. I guess I'm still getting used to this computer and Windows 7. Karen
-----Original Message-----
From: Jfw [mailto:jfw-bounces@...] On Behalf Of Lisle, Ted (CHFS DMS) Sent: Friday, August 30, 2013 7:57 AM To: The Jaws for Windows support list. Subject: RE: AVG No kidding? I went back to it late last year, and, aside from having a database the size of a Manhattan phone book, I find no fault with it. What does it do? Security Essentials, on the other hand, about which this list raves, crippled my machine completely, and I had to have help getting it off. One never can tell. Ted -----Original Message----- From: Jfw [mailto:jfw-bounces@...] On Behalf Of Karen Reynolds Sent: Thursday, August 29, 2013 9:17 PM To: 'The Jaws for Windows support list.' Subject: AVG I'm currently running it on Windows 7 and it seems to be heading more towards nag ware. Does anyone have any suggestions of other antivirus software that is free that works well with JAWS? Karen _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
Re: Removing "suggested sites" from the tool bar
Karen Reynolds <reynolds-karen@...>
I'm having the same problem and tried to find this. I must be missing
toggle quoted messageShow quoted text
something. Does it have a particular name that I can look for? Karen
-----Original Message-----
From: Jfw [mailto:jfw-bounces@...] On Behalf Of David G. Carlson Sent: Saturday, August 31, 2013 4:40 PM To: The Jaws for Windows support list. Subject: Re: Removing "suggested sites" from the tool bar If it's anything like IE 8 then Tools/Options and look on the General page for search default settings. David G. Carlson Marketing / Sales Engineer RF Timing and Synchronization dgcarlson@... ----- Original Message ----- From: <rhs@q.com> To: "'The Jaws for Windows support list.'" <jfw@...> Sent: Saturday, August 31, 2013 1:20 PM Subject: Removing "suggested sites" from the tool bar Hi, I keep getting items on my IE10 tool bar that I don't want. One is labeled something like "suggested sites". Also, I often have another item for going to Facebook (my home page). I can delete these from the tool bar easily enough but would prefer that they not show up again. Thanks _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
Re: Removing "suggested sites" from the tool bar
Dave...
If it's anything like IE 8 then Tools/Options and look on the General page
toggle quoted messageShow quoted text
for search default settings. David G. Carlson Marketing / Sales Engineer RF Timing and Synchronization dgcarlson@...
----- Original Message -----
From: <rhs@q.com> To: "'The Jaws for Windows support list.'" <jfw@...> Sent: Saturday, August 31, 2013 1:20 PM Subject: Removing "suggested sites" from the tool bar Hi, I keep getting items on my IE10 tool bar that I don't want. One is labeled something like "suggested sites". Also, I often have another item for going to Facebook (my home page). I can delete these from the tool bar easily enough but would prefer that they not show up again. Thanks _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
Removing "suggested sites" from the tool bar
Ralph Supernaw
Hi,
I keep getting items on my IE10 tool bar that I don't want. One is labeled something like "suggested sites". Also, I often have another item for going to Facebook (my home page). I can delete these from the tool bar easily enough but would prefer that they not show up again. Thanks
|
|
Re: locating checked check boxes
Mario
hi Artur, this script would come in handy for me also, but when I compile
toggle quoted messageShow quoted text
it, I get an error that states wrong syntax in while statement. when I press ESC, I am left on the while line. if I press control+i, I don't find any while choice to choose from. I am using JAWS 14.0.6005 on Windows XP. what's wrong?
----- Original Message -----
From: "Artur Räpp" <artur1248@...> To: "The Jaws for Windows support list." <jfw@...> Sent: August 31, 2013 10:38 AM Subject: Re: locating checked check boxes Hi, I wrote a script to locate a checked checkbox on a webpage. The script searches next 200 checkboxes. If script can’t find any, the script stops. Hopefully you can use it. Script FindCheckedCheckbox () var int maxCounter, int counter, int curPercentage, int speechIsOff, int CheckedCheckboxes let CheckedCheckboxes = 1 ; what to search checked or not checked checkboxes let counter = 0 let maxCounter = 200 let speechIsOff = IsSpeechOff () let curPercentage = GetDocumentPercentage () if (speechIsOff == 0) then SpeechOff () endIf MoveToNextCheckbox () delay(1) while (counter < maxCounter && ControlIsChecked () != CheckedCheckboxes && curPercentage <= GetDocumentPercentage () ) let counter = counter + 1 let curPercentage = GetDocumentPercentage () MoveToNextCheckbox () delay (1) endWhile if (speechIsOff == 0) then SpeechOn () endIf delay(1) SayObjectTypeAndText () EndScript Artur Sent from Windows 8 Saatja: Philip Hall Saadetud: ‎pühapäev‎, ‎25‎. ‎august‎ ‎2013 ‎5‎:‎14 Adressaat: The Jaws for Windows support list. Hi. At work, we use a web site that contains a table with at the moment, about 980 check boxes. The table keeps growing. Each check box is for a different client. Each instructor checks the client he/she works with. I need a way to quickly locate which boxes are currently checked for me. It is to say the least very time consuming to keep pressing x until I reach a box that is checked. Does anyone know of a way to locate which box is checked? I cannot think of any command to do it. Perhaps some sort of script? Thanks Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130824/9e1f5e5e/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130831/05783224/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
Re: locating checked check boxes
Philip Hall <p.hall.eml1@...>
Hi.
toggle quoted messageShow quoted text
Thank you so very much for this script. It will make our jobs less time consuming and so much easier. It is really appreciated. Phil
-----Original Message-----
From: Jfw [mailto:jfw-bounces@...] On Behalf Of Artur Räpp Sent: Saturday, August 31, 2013 10:39 AM To: The Jaws for Windows support list. Subject: Re: locating checked check boxes Hi, I wrote a script to locate a checked checkbox on a webpage. The script searches next 200 checkboxes. If script can’t find any, the script stops. Hopefully you can use it. Script FindCheckedCheckbox () var int maxCounter, int counter, int curPercentage, int speechIsOff, int CheckedCheckboxes let CheckedCheckboxes = 1 ; what to search checked or not checked checkboxes let counter = 0 let maxCounter = 200 let speechIsOff = IsSpeechOff () let curPercentage = GetDocumentPercentage () if (speechIsOff == 0) then SpeechOff () endIf MoveToNextCheckbox () delay(1) while (counter < maxCounter && ControlIsChecked () != CheckedCheckboxes && curPercentage <= GetDocumentPercentage () ) let counter = counter + 1 let curPercentage = GetDocumentPercentage () MoveToNextCheckbox () delay (1) endWhile if (speechIsOff == 0) then SpeechOn () endIf delay(1) SayObjectTypeAndText () EndScript Artur Sent from Windows 8 Saatja: Philip Hall Saadetud: ‎pühapäev‎, ‎25‎. ‎august‎ ‎2013 ‎5‎:‎14 Adressaat: The Jaws for Windows support list. Hi. At work, we use a web site that contains a table with at the moment, about 980 check boxes. The table keeps growing. Each check box is for a different client. Each instructor checks the client he/she works with. I need a way to quickly locate which boxes are currently checked for me. It is to say the least very time consuming to keep pressing x until I reach a box that is checked. Does anyone know of a way to locate which box is checked? I cannot think of any command to do it. Perhaps some sort of script? Thanks Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130824/9e1f5e5e/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130831/05783224/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
Re: read column titles
Russell Solowoniuk
Glad I could mullify you! :)
toggle quoted messageShow quoted text
On 2013-08-29, at 12:20 PM, Jean <jemenzies@...> wrote:
Russell,
|
|
Re: locating checked check boxes
Artur Räpp
Hi,
I wrote a script to locate a checked checkbox on a webpage. The script searches next 200 checkboxes. If script can’t find any, the script stops. Hopefully you can use it. Script FindCheckedCheckbox () var int maxCounter, int counter, int curPercentage, int speechIsOff, int CheckedCheckboxes let CheckedCheckboxes = 1 ; what to search checked or not checked checkboxes let counter = 0 let maxCounter = 200 let speechIsOff = IsSpeechOff () let curPercentage = GetDocumentPercentage () if (speechIsOff == 0) then SpeechOff () endIf MoveToNextCheckbox () delay(1) while (counter < maxCounter && ControlIsChecked () != CheckedCheckboxes && curPercentage <= GetDocumentPercentage () ) let counter = counter + 1 let curPercentage = GetDocumentPercentage () MoveToNextCheckbox () delay (1) endWhile if (speechIsOff == 0) then SpeechOn () endIf delay(1) SayObjectTypeAndText () EndScript Artur Sent from Windows 8 Saatja: Philip Hall Saadetud: ‎pühapäev‎, ‎25‎. ‎august‎ ‎2013 ‎5‎:‎14 Adressaat: The Jaws for Windows support list. Hi. At work, we use a web site that contains a table with at the moment, about 980 check boxes. The table keeps growing. Each check box is for a different client. Each instructor checks the client he/she works with. I need a way to quickly locate which boxes are currently checked for me. It is to say the least very time consuming to keep pressing x until I reach a box that is checked. Does anyone know of a way to locate which box is checked? I cannot think of any command to do it. Perhaps some sort of script? Thanks Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130824/9e1f5e5e/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130831/05783224/attachment.html>
|
|
Re: Metro Skype and JAWS
Aidan <aidan.smarttalk@...>
I'm glad it won't affect gw connect, but I think it might affect
toggle quoted messageShow quoted text
SkypeTalking, and in that case I red it might be redeveloped from scratch. But the jaws scripts stil continue.
On 30/08/2013, Brent Harding <brent@...> wrote:
I don't think the new one will quit working, they didn't say they're getting --
Facebook: m.facebook.com/aidan.maher92 Skype: andries4451 Twitter: smarttalk7 Audioboo: www.audioboo.com/DjSpotlight
|
|
Re: Metro Skype and JAWS
Brent Harding
I don't think the new one will quit working, they didn't say they're getting rid of Skype altogether. They will probably have a new version by then that works and doesn't use the retired stuff.
toggle quoted messageShow quoted text
----- Original Message -----
From: "Brandon Tyson Tyson" <brandongold98@...> To: "The Jaws for Windows support list." <jfw@...> Sent: Friday, August 30, 2013 3:52 PM Subject: Re: Metro Skype and JAWS What do we do if for some reason the newer version of skype and/or gw
|
|
Re: Metro Skype and JAWS
Brandon Tyson Tyson <brandongold98@...>
What do we do if for some reason the newer version of skype and/or gw
toggle quoted messageShow quoted text
connect stop working when this happens? I know it's unlikely, but I'm just planning ahead in case there's a slim chance it may happen. Thanks, Brandon
On 8/30/13, Brent Harding <brent@...> wrote:
I think it was mostly for the old versions that had the extras manager in.
|
|
Re: Metro Skype and JAWS
Brent Harding
I think it was mostly for the old versions that had the extras manager in. You just wouldn't be able to use that any more. It was an api to control the skype client itself, not GWConnect, and likely not the newer versions.
toggle quoted messageShow quoted text
----- Original Message -----
From: "Brandon Tyson Tyson" <brandongold98@...> To: "The Jaws for Windows support list." <jfw@...> Sent: Friday, August 30, 2013 3:44 PM Subject: Re: Metro Skype and JAWS So what versions of Skype will this effect? Is Skype for desktop
|
|
Re: Metro Skype and JAWS
Brandon Tyson Tyson <brandongold98@...>
So what versions of Skype will this effect? Is Skype for desktop
toggle quoted messageShow quoted text
latest version made with this or something different? I'm talking about the current non-metro version of skype. Thanks, Brandon
On 8/30/13, Brent Harding <brent@...> wrote:
GW uses the Skype SDK, this was an api that was part of the official Skype
|
|
Re: Metro Skype and JAWS
Brent Harding
GW uses the Skype SDK, this was an api that was part of the official Skype client.
toggle quoted messageShow quoted text
----- Original Message -----
From: "Brandon Tyson Tyson" <brandongold98@...> To: "The Jaws for Windows support list." <jfw@...> Sent: Friday, August 30, 2013 3:36 PM Subject: Re: Metro Skype and JAWS Seriously? Fewwwwwwww'w'w'w! I thought the desktop API is what they
|
|
Re: Metro Skype and JAWS
Brandon Tyson Tyson <brandongold98@...>
Seriously? Fewwwwwwww'w'w'w! I thought the desktop API is what they
toggle quoted messageShow quoted text
came out with in 2010. Does this effect regular skype though? If so, how does it not effect GwConnect?
On 8/30/13, Brent Harding <brent@...> wrote:
I don't think this affects GW Connect, since this API they are retiring is
|
|
Re: Metro Skype and JAWS
Brent Harding
I don't think this affects GW Connect, since this API they are retiring is old from the Skype Extras days. You could use that or the regular non-metro version. I've read that the apps in metro are a mixed bag for accessibility, more so than desktop apps.
toggle quoted messageShow quoted text
----- Original Message -----
From: "Brandon Tyson Tyson" <brandongold98@...> To: <jfw@...> Sent: Friday, August 30, 2013 3:16 PM Subject: Metro Skype and JAWS Hi,
|
|
Metro Skype and JAWS
Brandon Tyson Tyson <brandongold98@...>
Hi,
I heard news from some sites that skype will be retiring it's desktop API in September and totally closing it at the end of 2013. For this reason, I am asking, does JAWS work with the metro skype for windows 8? If not, is there a way it could be accessible? Thanks, Brandon
|
|
Re: concrete examples for needing java access bridge
Cynthia Bruce
Hi, I absolutely can. As a doctoral student, and in the university environment in general, we often use virtual classrooms such as Blackboard Collaborate. Without the access bridge it is completely inaccessible. Unfortunately, I haven't found having the access bridge entirely reliable. It will work for a while and then some of the program files seem to disappear requiring another manual install of the files.
toggle quoted messageShow quoted text
Cynthia
-----Original Message-----
From: DALE HELTZER Sent: Friday, August 30, 2013 1:50 PM To: 'The Jaws for Windows support list.' Subject: concrete examples for needing java access bridge Hi, Can anyone give me real-world examples where having or not having java access bridge makes a difference - using JFW 14 64-bit. Thanks. Dale E. Heltzer deheltzer@... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130830/920061d0/attachment.html> _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|
concrete examples for needing java access bridge
Dale Heltzer
Hi,
Can anyone give me real-world examples where having or not having java access bridge makes a difference - using JFW 14 64-bit. Thanks. Dale E. Heltzer deheltzer@... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20130830/920061d0/attachment.html>
|
|
Re: AVG
Lisle, Ted (CHFS DMS)
No kidding? I went back to it late last year, and, aside from having a database the size of a Manhattan phone book, I find no fault with it. What does it do? Security Essentials, on the other hand, about which this list raves, crippled my machine completely, and I had to have help getting it off. One never can tell.
toggle quoted messageShow quoted text
Ted
-----Original Message-----
From: Jfw [mailto:jfw-bounces@...] On Behalf Of Karen Reynolds Sent: Thursday, August 29, 2013 9:17 PM To: 'The Jaws for Windows support list.' Subject: AVG I'm currently running it on Windows 7 and it seems to be heading more towards nag ware. Does anyone have any suggestions of other antivirus software that is free that works well with JAWS? Karen _______________________________________________ Jfw mailing list Jfw@... http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
|
|