darcaro Posted June 20, 2007 Posted June 20, 2007 I have a combo box in my gui, using GuiCtrlCreateCombo and have populated it using GUICtrlSetData. Is there any way to be able to quickly search through the list, by typing one of the entries, and having it find my match? I looked through the help file and could not find the relevant command. Any help would be greatly appreciated!
gsglive Posted June 20, 2007 Posted June 20, 2007 Use _ArrayCreate and there's something like _ArraySearch. - gsglive - gsglive
PsaltyDS Posted June 20, 2007 Posted June 20, 2007 I have a combo box in my gui, using GuiCtrlCreateCombo and have populated it using GUICtrlSetData. Is there any way to be able to quickly search through the list, by typing one of the entries, and having it find my match? I looked through the help file and could not find the relevant command. Any help would be greatly appreciated!In the help file: _GUICtrlComboFindString() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
darcaro Posted June 20, 2007 Author Posted June 20, 2007 Thank you both for your help - after a little research the solution to my problem was _GUICtrlComboAutoComplete - this does exactly what I want... to quickly search through the data in a combo box!! thank you!!!
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