Predefined add-ins – Kofax DOKuStar Validation User Manual
Page 96
DOKuStar Validation Programming Manual
Page
• 92
Now start
dsval ValiTour.vpj
and try the key combinations to see the effects.
Predefined Add-Ins
There are two add-in modules which will be provided by DOKuStar Validation.
ODT_F4.Module
This default add-in is ready for use. It changes the layout of the DOKuStar Validation user interface from "normal"
view to "table" view by using the
Table Mode
command of the
View
menu.
DOKuStarValidation.Spy
This add-in starts an event spy window. In the window all events fired by DOKuStar Validation will be listed. This
will be helpful during development and test of Validation scripts.
The add-in is contained in the file
validationspy.dll
. You will find it in the directory
C:\Programme\Gemeinsame Dateien\ODT-OCE\DOKuStar.
To be able to use this ActiveX control in your environment, first you have to register it using
regsvr32.exe
.
Furthermore you have to add the key
DOKuStarValidation.Spy
to the registry entry:
HKEY_LOCAL_MACHINE\Software\ODT-OCE\DOKuStarValidation\3.2\Addins\DSVAL\CLSID
When you start DOKuStar Validation in administrator mode from a DOS-Box, use the
addin
option to create this
add-in object as shown in the following example:
C:\Programme\DOKuStarValidation\Bin\dsval –a –addin=DOKuStarValidation.Spy
The DOKuStar Validation user interface will be shown. When you type
CTRL+F8
the system tree windows will
appear. When you type
CTRL+F9
the
Event Spy
windows will be shown.
To disable the function use the option
–drop-addins
from a DOS box.