[JAWSLite] Re: Saving Non-Jaws Configuration Settings
- From: "Mike O'Brien" <mike23432@xxxxxxxxxxx>
- To: <jawslite@xxxxxxxxxxxxx>
- Date: Mon, 15 Sep 2008 12:31:50 -0400
Hi Pete
Applications such as Outlook save application related settings in an
ApplicationName.JSI file which gets stored in the PersonalizedSettings
folder of the user's JAWS setting folder. The JSI file contains sections
which have KEY = Value entries. The sections, keys and values are created
with the IniWriteString and/or IniWriteInteger functions and are read back
with the IniReadString and/or IniReadInteger functions.
-----Original Message-----
From: jawslite-bounce@xxxxxxxxxxxxx
[mailto:jawslite-bounce@xxxxxxxxxxxxx]On Behalf Of Peter Torpey
Sent: Monday, September 15, 2008 9:09 AM
To: jawslite@xxxxxxxxxxxxx
Subject: [JAWSLite] Saving Non-Jaws Configuration Settings
I have written some scripts which contain custom settings.
I would like to be able to save these settings from session to session
according to the user's preferences.
At first, I thought I could use the SetJCFOption function to define my own
option and work with it. As it turns out, however, it seems like one can
only set options which Jaws has predefined.
What is the best method for saving and setting non Jaws-defined options from
session to session? Is there a common way of doing this?
Thanks. You can reply to me off-list at:
ptorpey@xxxxxxxxxxxxxxxx
-- Pete
===================
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information at
http://www.freelists.org/list/jawslite
===================
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information at
http://www.freelists.org/list/jawslite
- References:
- [JAWSLite] Saving Non-Jaws Configuration Settings
- From: Peter Torpey
Other related posts:
- » [JAWSLite] Saving Non-Jaws Configuration Settings
- » [JAWSLite] Re: Saving Non-Jaws Configuration Settings
- [JAWSLite] Saving Non-Jaws Configuration Settings
- From: Peter Torpey