Hi everyone,
I’m working in Ignition Vision 8.1.48 and using the User Management component.
My requirement is:
When the user clicks the + (Create User) button and starts entering information, if they press Enter while typing in the username text field, The focus should automatically shift to another component (for example, the OK button), so that the Windows touch keyboard collapses.
In other parts of my project, I handled this using a Key Pressed event directly on the Text Field, but inside the User Management popup the internal input fields are not exposed as components, so I cannot bind a key event to them.
Has anyone achieved something similar or knows whether this popup exposes its input fields in a way that can be targeted through scripting?
Any suggestions or alternate approach would be greatly appreciated!
(I have attached the screenshots of the component tree and the test script output)
Thanks in advance!
