Q: I have a headless device and the calibration screen popup is preventing my application from running when the device powers up. How do I prevent the calibration screen from coming up?
The touchscreen calibration can be disabled by modifying your ADSLOAD.REG file.
In the touch screen drivers section, use the following key and value:
[HKEY_LOCAL_MACHINE\Drivers\TOUCH]
"NoTouchScreen"=dword:1 ; 0=touch panel installed
; 1=no touch panel installed (skips calibration)
For further reading about touch panels on ADS products, see the touch panel topic index.
-----------------
Chris Tacke, eMVP
Applied Data Support