Tom Whittaker
2010-03-27 00:16:58 UTC
I have a wizard where the first screen in the wizard is a login
screen.
When the user clicks the login button, if successful, I want to
programmatically change the input focus to the Next button so that the
user can press the enter key to move to the next screen, or use the
mouse.
Currently, if the user presses the enter key and they are not already
logged in, I translate the accept message into a login; and so if I
then programmatically switch focus to the Next button, the user could
hit enter twice in a row to login and then move to the next screen.
Question: Would this type of a change violate any Windows UI Design
Guidelines?
Should I not make this change and require that the user tab to the
Next button?
screen.
When the user clicks the login button, if successful, I want to
programmatically change the input focus to the Next button so that the
user can press the enter key to move to the next screen, or use the
mouse.
Currently, if the user presses the enter key and they are not already
logged in, I translate the accept message into a login; and so if I
then programmatically switch focus to the Next button, the user could
hit enter twice in a row to login and then move to the next screen.
Question: Would this type of a change violate any Windows UI Design
Guidelines?
Should I not make this change and require that the user tab to the
Next button?