I'm programming an HMI, and on a settings page I have external buttons allow the operator to tab between various elements to select which one they want to adjust.
I then use "Input Configuration" > "OnMouseClick" to select which variable to adjust.
The problem is, when adjusting the variable the pointer will move to the other elements within the tab order.
Is there a way to pause or prevent the pointer to move to the other elements when a variable is TRUE?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm programming an HMI, and on a settings page I have external buttons allow the operator to tab between various elements to select which one they want to adjust.
I then use "Input Configuration" > "OnMouseClick" to select which variable to adjust.
The problem is, when adjusting the variable the pointer will move to the other elements within the tab order.
Is there a way to pause or prevent the pointer to move to the other elements when a variable is TRUE?