lyledg Posted October 25, 2005 Posted October 25, 2005 How do you change the order that a control receives the focus? Meaning, I want to tab from one Input box to another, but don't know how to set the order in which these controls receive the focus? Thanx in advance..
wiredbits Posted October 26, 2005 Posted October 26, 2005 How do you change the order that a control receives the focus?Meaning, I want to tab from one Input box to another, but don't know how to set the order in which these controls receive the focus?Thanx in advance.. HI Did you try creating them one after the other?
lyledg Posted October 26, 2005 Author Posted October 26, 2005 Well I used the form designer of Lookfar, but how would the order in which I created the controls affect this? Surely there is a way to assign a order in which focus is given to controls?
GaryFrost Posted October 27, 2005 Posted October 27, 2005 Currently in the order your controls are created, or you could brute force it. tab order/tab index property far as I know has not been inmplimented in the AutoIt GUI controls. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
wiredbits Posted October 27, 2005 Posted October 27, 2005 Well I used the form designer of Lookfar, but how would the order in which I created the controls affect this? Surely there is a way to assign a order in which focus is given to controls? Hi Just cut and paste controls to get order you want. Later
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now