vvb Posted July 12, 2012 Posted July 12, 2012 (edited) Hi All, I am trying to configure a third-party software. On one of its pages is a combobox where each entry is an icon and a text. However, I cannot use ControlCommand nor _GUICtrlComboBox_* nor _GUICtrlComboBoxEx_* methods to select an item. The items appear ok when I manually click the dropdown say: LOCAL DELIVERY PICKUP But when I use the _GUICtrlComboBox_GetListArray and cycle through it, what is returned is: LOlp PI[] where [] is actually the box character. I have tried to select an item by using say, "LOCAL DELIVERY" and "LOlp" but none work. Is there a way to select an item by its index? Thanks in advance, Vlad Edited May 9, 2013 by vvb I'll be AutoIting my entire system soon.
vvb Posted July 12, 2012 Author Posted July 12, 2012 Hi All, Don't worry about it. Just realised that the UDF ones actually require the index and not the string. I'll be AutoIting my entire system soon.
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