[jawsscripts] Re: General query performing scripts

  • From: "Steven Hicks(GMail)" <hickser@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Wed, 27 Apr 2022 13:53:27 +0100

Fantastic, really helpful, thanks.


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On
Behalf Of denversdigitalhelpdesk@xxxxxxxxx
Sent: 27 April 2022 09:49
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: General query performing scripts

Steven

It looks like you are on the right track.
To preserve the key assignments you have already made, and permits you to
perform an individual script when desired, assigning  your script
runThreeScriptsAuto should have its own key assignment.
Your pseudocode is right, the actual code should look something like this
    

Script runthreescriptsato()
;run the first script
PerformScriptByName ("Finename")
;pause for just an instance
Delay (2, TRUE)
;run the second script
PerformScriptByName ("findtelno")
;pause for just an instance
Delay (2, TRUE)
;perform the third
PerformScriptByName ("findlocation")

endScript

Hoping this helps


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <> On Behalf Of rmkuzma ("rmkuzma")
Sent: Wednesday, April 27, 2022 2:15 AM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: General query performing scripts

Good morning,
It does.
I would like to know the answer to your question as well.
I have the same exact situation.
Five different scripts and want to run all at once.


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On
Behalf Of Steven Hicks(GMail)
Sent: Wednesday, April 27, 2022 2:58 AM
To: JAWSScripts@xxxxxxxxxxxxx
Subject: [jawsscripts] General query performing scripts

Sorry all, this is probably a very basic question but someone may be able to
help?
My script file is a list of scripts assigned to keystrokes basically.

These keystrokes locate different areas on the screen and read information.

I Would like to just have one script that runs a list of these other scripts
to collect information if that is possible?

 

E.g. I have a script called script finename() script findtelno() script
findlocation().

I would like one script that will run these above three scripts one after
the other so that it collects information without me having to run each
script one at a a time with each keypress?

Hope that makes some sense?

My thoughts are:

 

Script runthreescriptsatone()

Perform findname()

Perform findtelno()

Performn findlocation()

EndScript

 

Does this look reasonable?

Sorry about the typo's, in a bit of a rush.

 



__________�

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


__________�

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

Other related posts: