Re: text.nextline

2013-09-15 Thread BX
of that data gets on the screen... Bruce Sent: Sunday, September 15, 2013 9:50 PM Subject: Re: text.nextline In my case, the lower left reported as being at 55x902 and the first character on the last line was at 61x885. I thought it was probably just that the window rectangle

Re: text.nextline

2013-09-15 Thread Jonathan C. Cohn
s” app in order to > get text to give me the text of the current line. > > Hth, > > Chip > > > From: Jonathan Cohn [mailto:jon.c.c...@gmail.com] On Behalf Of Jonathan C. > Cohn > Sent: Sunday, September 15, 2013 6:15 PM > To: gw-scripting@gwmicro.com > S

RE: text.nextline

2013-09-15 Thread Chip Orange
ember 15, 2013 6:15 PM To: gw-scripting@gwmicro.com Subject: Re: text.nextline Bruce, Thanks for the class notes from Chip, everybody does have access to these via the GWMicro web site, though I do appreciate the research efforts. I was attempting to re-do some examples from jaws training

Re: text.nextline

2013-09-15 Thread BX
Hi Jonathan, OK, did you mistakenly say lower right corner instead of lower left corner? For lower right would place you in the next window when going forward. Bruce Sent: Sunday, September 15, 2013 6:14 PM Subject: Re: text.nextline Bruce, Thanks for the class

Re: text.nextline

2013-09-15 Thread Jonathan C . Cohn
Bruce, Thanks for the class notes from Chip, everybody does have access to these via the GWMicro web site, though I do appreciate the research efforts. I was attempting to re-do some examples from jaws training to show to my co-workers. One of the the labs moves the jaws cursor to the bottom of

Re: text.nextline

2013-09-13 Thread BX
ave been steadily writing updates, but the displayed value hasn't changed in 5 seconds) speak lastText ' now we need to restart the timer, as it has finally fired and that's why we're here myTimer = startTimer(5*1000, "speakItem") end sub ' end of example 1

Re: text.nextline

2013-09-13 Thread BX
ighted text only parameter. ' it returns a clips collection, and we speak the clipsText property. ' end of example 2 ' example 3: ' how to get a description of a color set of components speak ActiveColorDictionaries.Lookup(clip.ForegroundColor).Translation ' end of

RE: text.nextline

2013-09-13 Thread Chip Orange
o: gw-scripting@gwmicro.com Subject: Re: text.nextline Chip, Class 15 examples. below are draft examples for tomorrow's class: ' draft Scripting class 15 (6/12/2011) ' example 1: ' shows how to find the app manager window, find the listview control it is displaying,

Re: text.nextline

2013-09-13 Thread BX
hich returns ' a line of text (as represented by a clips collection), where the line is specified ' by the position passed in, and, the bounderies of the overlap window containing the screenPoint ' (this is not obvious from reading the script, but is explained in the documentation 

RE: text.nextline

2013-09-12 Thread Chip Orange
r 12, 2013 7:43 AM To: gw-scripting@gwmicro.com Subject: text.nextline I understand that text.nextline(aScreenPoint) will return a set of clips and that there is a bounding rectangle of some kind associated with the method. I do have two questions. 1. Is the aScreenPointer then updated to the new

text.nextline

2013-09-12 Thread Jonathan C. Cohn
I understand that text.nextline(aScreenPoint) will return a set of clips and that there is a bounding rectangle of some kind associated with the method. I do have two questions. 1. Is the aScreenPointer then updated to the new line of text so conseccutive calls would return new clips? How is