Hi,
Our application allows a user to edit numerical values using rotary knobs to make the adjustment.
Touching and releasing the readout component places the component in the edit mode in which the value displayed responds to rotary knob input.
As shown here, the Current limit for Ch 2 is in the edit mode.

In order to prevent conflicts with other components on the screen, while an edit is occurring, we make the readout component modal during the edit.
Currently to exit the edit mode, the user must press and release the readout component being edited.
If the user wishes to edit the Ch 3 Current, I would like to make it possible for them to simpy touch the Ch 3 Current readout and have the Ch 2 readout exit the edit mode and the Ch 3 readout enter the edit mode.
I implemented Paul's suggestion of overriding the Application.DriveCursorHitting function to detect a keypress outside of the readout control's bounds to initiate an exit from the edit mode. This works fine except the user must repeat the touch in order to achieve the desired action.

Is it possible to repeat the screen touch programatically to avoid the necessity to repeat the screen touch?
Thanks,
Joe