Re: JAWS Script Exchange, script installer question?

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Wed, 10 Oct 2007 10:31:24 -0400 (EDT)

Make sure you have the current JSX (May 31, 2007), and check the
"Merge" section of the documentation.  There are two possible approaches
to do what you want.  One is to select the Merge radio button in the JSX
Installer dialog and check Guide Installation in the Packager dialog.
Then, default.jss in the .zip archive should get merged with the user's
default.jss and recompiled.  In this case, the new default.jss would get
appended to the end of the existing one.

A second approach is to name your script file anything you like, not
necessarily default.jss.  On the first line of the file, put the
following text:
Merge "Default.jss"

Suppose your file is called def.jss.  Then JSX will add the following
line to the bottom of the existing default.jss:
use "def.jsb"

Jamal
On Tue, 9 Oct 2007, Bryan
Garaventa wrote:

> Date: Tue, 9 Oct 2007 23:13:22 -0700
> From: Bryan Garaventa <bgaraventa11@xxxxxxxxxxxxxx>
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: programmingblind@xxxxxxxxxxxxx
> Subject: JAWS Script Exchange, script installer question?
>
> I can see in the doc how to designate an app.exe, and reference a name within 
> the configNames.ini to associate the scripts being installed during a merge, 
> but how can you merge into Default.jsb?
>
> I'm building an app that needs to be globally accessible, so I'll need to 
> merge the script jsb and jkm files into the default script set. Preferably, 
> using the Use "module.jsb" syntax to do so for simplicity.
>
> Is there a way to do this using the script installer?
>
>
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: