ViewSign Professional SDK Documentation FAQ
How do I skip the manual calibration for Wacom DTU devices
Please calibrate the DTU once and then you find in c:\Users\USERNAME\AppData\Roaming\WTablet\ two files tablet.dat and wacom.dat which have to be roll-out during the DTU installation to avoid recalibrating on every single station.
How do I show another advertisement screen than the default advertisement screen?
You can either enable transitions to other advertisement screens by placing buttons, or by using the SDK command ShowAdvertismenetScreen(string screenId)
How can I prevent the operator from clicking buttons via the Screen Monitor?
In the _global.xml, there is a config entry ScreenMonitor\DisabledButtons, where you can configure buttons which can not be clicked from the ScreenMonitor.
The following would disable all "accept" buttons in all sign dialogs (pdf sign dialog, enroll sign dialog, custom sign screen dialog)";".
<ScreenMonitor showInTray="true"> ... <DisabledButtons>sigAccept;enrollAccept;custSigAccept</DisabledButtons> </ScreenMonitor>
Please note that in Citrix/RDP/Horizon scenarios, this must be configured on the thin client side.