[jawsscripts] AW: Re: AW: [!!Mass Mail]Re: Focus changed event and new text event not picking up on window change?

  • From: IPDGmbH <jawsscripts@xxxxxxxxxxxxxxx>
  • To: "jawsscripts@xxxxxxxxxxxxx" <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 2 May 2016 09:20:57 +0200

Hi Steve,

void function ScreenStabilizedEvent(handle hwndLastScreenWrite) fires, when 
things calm down on the screen. So, when windows have been created, text 
displayed, the mouse pointer has come to rest, window animations have been 
performed, all sorts of stuff where the screen stabilices. 
hwndLastScreenWrite is the variable, wich holds the window handle to the 
window, where the last calm down process occoured. Just put

void function ScreenStabilizedEvent(handle hwndLastScreenWrite) 
SayString(getWindowText (hwndLastScreenWrite, READ_EVERYTHING)) EndFunction

And test, if Your Window contents is spoken.

HTH

Richard
__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: