Sean Wenzel
Home Mouse Grid Password Manager Advanced Scripting Dictation Box HTML by voice Hippocampus




Magic Lists, voice enabled list boxes

magic lists setup up     magic lists     create magic list     delete magic list     utility functions    

This is an example of Advanced Scripting application that creates voice-enabled list boxes. Configuration is stored in the registry. There is an included file with a group of utility functions and a group of scripts.

The lists are stored in text files.

magic lists set up

MyCommand Name magic lists set up
Description show the setup dailog for magic lists
Availability Global
Command Type Advanced Scripting

This script creates a dialog to configure the magic lists application.


create magic list

MyCommand Name create magic list
Description create a magic list
Availability Global
Command Type Advanced Scripting


magic lists

MyCommand Name magic lists
Description display a voice enabled list box with a list of lists
Availability Global
Command Type Advanced Scripting


delete magic list

in
MyCommand Name delete magic list
Description delete a magic list
Availability Global
Command Type Advanced Scripting


Utility Functions

Here is the code for the included file used in the above scripts. In the above scripts it is saved as c:\Natspeak support\swMagicLists.bas. If you save the file in a different location you will need to update the #Uses line to the filepath where you saved it in each of the above scripts.



magic lists setup up     magic lists     create magic list     delete magic list     utility functions