[jawsscripts] Re: Anouncing changes in a program pain

  • From: "Mesut" <mesut.kokalan@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sun, 10 Jul 2011 00:17:01 +0300

HandleCustomApWindows () function used in another function or script by 
returning a boolean value. Thing I'm looking for is an event function that 
says me the changed text after changes have been made. E.G. windows live 
messenger scripts. when one have typed, it says the end message.
----- Original Message ----- 
From: "John Martyn" <johnrobertmartyn@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Saturday, July 09, 2011 6:15 PM
Subject: [jawsscripts] Re: Anouncing changes in a program pain


> Instead of using the FocusChangedEvent, you can tack on with this script:
> function HandleCustomAppWindows ()
>
> var
>
> string newTextInSidebar
>
> ;You will need to find the handle of this window
>
> let newTextInSidebar = GetTextInWindow (Put the window handle here)
>
> ;compare the strings of text
>
> if StringCompare (oldTextInSidebar, NewTextInSidebar, 0) == 0 then
>
> ;this statement is true
>
> else
>
> ;this statement was false
>
> endif
>
> endfunction
>
> ----- Original Message ----- 
> From: "Mesut" <mesut.kokalan@xxxxxxxxx>
> To: <jawsscripts@xxxxxxxxxxxxx>
> Sent: Saturday, July 09, 2011 4:08 AM
> Subject: [jawsscripts] Anouncing changes in a program pain
>
>
>> Hi everyone. I've a program richTextBox and header bar of which change
>> automatically. Now I want to anounce the changes the moment it have
>> changed. Which function does so. While informing me, assume that ý'm not
>> very expereienced with jaws scripts but acquainted with  syntaxes.
>> __________�
>>
>> View the list's information and change your settings at
>> //www.freelists.org/list/jawsscripts
>>
>
> __________�
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
> 

__________�

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

Other related posts: