Re: Underline attribute

2016-05-06 Thread Jonathan C. Cohn via Scripting
t;> From: Scripting [mailto:scripting- >> bounces+asmith=aisquared@lists.window-eyes.com] On Behalf Of >> Jonathan C. Cohn via Scripting >> Sent: Thursday, May 5, 2016 9:19 PM >> To: Window-Eyes Scripting List >> Subject: Underline attribute >> >> Hell

Underline attribute

2016-05-05 Thread Jonathan C. Cohn via Scripting
Hello, I am working with an application where underlined text needs to be interpreted differently If you use the keystroke control-numpad delete, WindowEyes does report the underlining. However, when looking at the specific clip I was unable to determine with the clip object that the text was u

Standards quote.

2016-03-21 Thread Jonathan C. Cohn via Scripting
Hello, Over the weekend, I quoted my mentor at UUNET who in the early 90’s would often speak a statement about standards when we were deciding how to build the first commercial internet service provider. This statement originated at least 3 years before I stated it in a book on Network

Re: Learning How To Dig Into A Web Page To Make It Accessible

2016-03-19 Thread Jonathan C. Cohn via Scripting
Actually on Windows there are four ways if you are considering WEB/DOM one way. Windows, Off Screen Model, MSAA and UIA. And when using MSAA or UIA it seems like one still needs to work with the Windows API too (GetNextWindow, GetFirstChild … Whoops, I guess that five methods of making systems

Re: Auto-read of Editboxes

2016-02-19 Thread Jonathan C. Cohn via Scripting
Doesn't WindowEyes by default read twelve lines? Jonathan Cohn > On Feb 19, 2016, at 2:02 PM, Tom Kingston via Scripting > wrote: > > David, > > ExecuteHotkey hkReadToEnd > executes the read to end hot key regardless of what its key combination is. > > Assuming this is the only edit box in

Re: Scanner utility causes loss of focus

2016-01-14 Thread Jonathan C. Cohn via Scripting
This would be a little like hsc code but on a more transient basis I have not worked with a set file that disables hot keys , would this disable all we activities not associate with events? Also could not twain have its own set file? Jonathan Cohn > On Jan 13, 2016, at 10:30 PM, Rod Hutton v

Re: Scanner utility causes loss of focus

2016-01-13 Thread Jonathan C. Cohn via Scripting
I would just create a global hot key that puts focus back and then click the appropriate control you could probably even have it only active when twain panel is active. Jonathan Cohn > On Jan 13, 2016, at 7:58 PM, Rod Hutton via Scripting > wrote: > > Hi, > > I just thought I'd put o

Re: ExecuteGlobal and its cousins Eval and Execute

2015-11-28 Thread Jonathan C. Cohn via Scripting
You should declare a b and result outside the subroutine too And see what happens. Use a different value for the a and b that up and declared little scope. Jonathan Cohn > On Nov 27, 2015, at 6:02 AM, Nico Valster via Scripting > wrote: > > Based on >

Re: Adding Langueages

2015-11-26 Thread Jonathan C. Cohn via Scripting
If you use the strings XML object it is mostly a manner of copying the strings to a new language. In the XML file. There is an app called somethings like UI design that can help with ensuring that you copy every string definition from one language to the next. Jonathan Cohn > On Nov 26, 2015

Re: using ther 0 with a slash

2015-10-01 Thread Jonathan C. Cohn via Scripting
nd do not necessarily reflect those of >> the Library of Congress, NLS. >> >> >> -Original Message- >> From: Scripting >> [mailto:scripting-bounces+lras=loc@lists.window-eyes.com] On Behalf Of >> Jonathan C. Cohn via Scripting >> Sent: Thurs

using ther 0 with a slash

2015-10-01 Thread Jonathan C. Cohn via Scripting
Herllo, I hacver an applicvation that users uniccode d8 to represent zero. How can I get WindowEyes to speak numbers correctly? Jonathan Cohn ___ Any views or opinions presented in this email are solely those of the author and do not necessarily re

problem with PriorClipStatic

2015-09-01 Thread Jonathan C. Cohn via Scripting
Jonathan Cohn Hello, When I use NextClipStatic, PriorLineStatic, or PriorWord from the text object, the Text object progresses though the set of clips within the enclosingRectangle, however when using the PriorClip / PriorClipStatic methods, SWindowEyes consistently provides the same data fo

losing the cursor in Reflection Vt100 terminal emulation.

2015-09-01 Thread Jonathan C. Cohn via Scripting
Hello, After some events (new Outlook mail, Lynq notifications of status cahnges) WindowEyes is losing the location of the blinking underline cursor that Reflection presents. When this happens only doing a shutdown and then start of Reflection allows me to get the ScreenPoint of the cursor and

Re: Window Eyes Application Developers Reference

2015-08-11 Thread Jonathan C. Cohn via Scripting
Commission > Computer Systems Analyst > 850-413-6314 > > > -Original Message- > From: Scripting > [mailto:scripting-bounces+corange=psc.state.fl...@lists.window-eyes.com] On > Behalf Of Jonathan C. Cohn via Scripting > Sent: Tuesday, August 11, 2015 1:16 PM >

Re: Window Eyes Application Developers Reference

2015-08-11 Thread Jonathan C. Cohn via Scripting
Can an equivalent be done for vbs files that bring up a dialog warning every time they are executed? Thanks, Jonathan Cohn > On Aug 3, 2015, at 4:57 PM, Tom Kingston via Scripting > wrote: > > The copy you downloaded is the same as the one that ships with Window-Eyes > and can be accesse

Re: is the list still alive?

2015-07-24 Thread Jonathan C. Cohn via Scripting
I am still listening. Jonathan Cohn > On Jul 24, 2015, at 6:00 PM, Jeff Bishop via Scripting > wrote: > > I haven't seen mail on it in a while and have an issue but wanted to check > before posting it. > > -- next part -- > An HTML attachment was scrubbed... > URL:

Re: New Window-Eyes C# Example Now Available

2015-04-05 Thread Jonathan C Cohn via Scripting
Are there any advantages to vb.net? I would be interested in helping you with the project though I still need to upgrade to WE 9 on my personal systems before I could be of much help. Jonathan > On Apr 4, 2015, at 05:28, Rick Thomas via Scripting > wrote: > > I almost forgot: The process of

Re: New Visual Studio Script

2015-03-21 Thread Jonathan C Cohn via Scripting
Rick, when working with Objects you need to use “set” with the assignment operation. set myWindow = FocusedWindow Otherwise VB will think the variable is a scaler. This is another advantage of Chips environment. dim myWindow as WindowEyes.Window : myWindow = ClientInformation.OverlapWindow

Re: Really short abstract of only key items for test

2015-03-21 Thread Jonathan C. Cohn via Scripting
It was recommended to me to connect the handler to the desktop and then disconnect when the application is in background. Some applications recreate their overlap window and that would cause your event handlers to have a filter that would never match. Sent from my iPhone > On Mar 20, 2015, at

Re: need help need to use Window-Eyes with Dragon Naturally speaking home addision please read

2015-03-06 Thread Jonathan C Cohn via Scripting
I have the book on DNS scripting, but I have not looked at it. If there is the possibility of some financial return (however minor) I would be interested in helping during my spare time. Jonathn > On Mar 5, 2015, at 20:38, Dennis via Scripting > wrote: > > this would be interesting. > > On