Open Keyboard on Spinner

Hello ,

I have a spinner on a vision project screen and want a keyboard to pop up when ever someone clicks on the screen. How can I go about it ?

When you say presses on the screen I assune you mean presses on the spinner’s numeric display?
Try turning on the touchscreen keypad from the project properties under the Vision sections

. You can also enable this from script
https://docs.inductiveautomation.com/display/DOC81/system.gui.setTouchscreenModeEnabled

Yes when we click on the spinner i need a keyboard to pop up. My touch screen mode is enabled in the vision app. It opens up for other input things but not for the spinner.

Is it when you click on the up/down arrows of the component or the numeric display?
If you’re pressing on the numeric display, then it sounds like a bug… What version?
You can bring up the keypad manually with
https://docs.inductiveautomation.com/display/DOC81/system.gui.showNumericKeypad

I am trying both clicking on the numbers in the spinner and the up and down arrow./