Hi.
I have an app with two buttons. The second button is disabled to start, and a user sees a focus ring around the button they have to use to enter their data.They can just hit Enter/Return and it works.
The last line of my code under that button is Button_Print.enabled = True which then makes my second button, for printing, active.
I want the focus ring to move to this button so the user can swiftly just hit enter again to print instead of having to physically click the button. Can’t figure out how to move the focus ring from the first button to my new button.
Thanks!
4 posts - 3 participants