[jawsscripts] Re: Screen Refresh

  • From: "Geoff Chapman" <gch@xxxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 24 May 2022 19:27:08 +1000

Hi Steven,
 
So the function to insert inside another script, just to refresh the entire 
Screen, (not usually what you want actually,)
is simply
Refresh ()
 
And, the one which refreshes the window, and all child windows contained within 
it, is:
RefreshWindow ()
 
It tells me it also wants the handle of the primary window it should refresh.
I'm not sure what happens if you enter nothing here, but, you could try 
entering:
GetFocus () , 
To provide it with the handle of the window it should be refreshing.
 
There are a couple of other BuiltIn "refresh" functions as well.
 
BTW, A command/methodology I often find most handy, (in case you are unaware of 
it),
(also especially good/interesting for a browse through on a wet afternoon haha),
is, from inside a Script, whilst over a blank line, try hitting Control+I, (for 
insert), to bring up the, "insert functions," dialog.
If you tab once in here, to the list of currently 1922 built-in functions I am 
currently offered in Jaws2022,
you can begin to use first multiple letter navigation, to jump straight to the 
BuiltIn functions beginning with the letters you type.
I.e. typing:
 r, e, f, r, (without spaces or commas obviously) , will jump you straight to 
all the BuiltIn functions, whose names happen to begin with the letters you 
type.
Then you can just hit enter to insert it.
Certain functions may request parameters that should ideally be entered after 
hitting enter once, (with their corresponding parentheses where needed, and the 
Script manager dialog gives you little description hints about things as you go 
along.
 
Hope this helps.
 
Best
Geoff C.
 
 


----- Original Message -----
From: Steven Hicks(GMail) <hickser@xxxxxxxxx>
Reply-To: <jawsscripts@xxxxxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: 5/24/2022 2:08:17 PM
Subject: [jawsscripts] Screen Refresh
________________________________________________________________________________


Does anyone know the command to refresh the screen in a script please?
Void refreshscreen I seem to have found but it doesn't seem to like it,
maybe I have the syntex wrong?





__________�

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: