surferdog Posted March 23, 2009 Posted March 23, 2009 Hello all. I'm having trouble finding the correct method of scripting the clicking of a plus sign in a list view. For example, I am attempting to create a script to auto install a piece of software but part of the install is opening a plus sign then setting some options. Being a complete rookie with Autoit i'm making my way through the help file and examples but am having difficulty finding the correct method of opening the plus sign. I have included a screenshot of the software "plus sign" and also a shot of the Window info. Any assistance would be appreciated or even a nod in the correct direction. Thank you in advance.
Authenticity Posted March 23, 2009 Posted March 23, 2009 (edited) Look at the functions _GUICtrlTreeView_* in the help file.You can use _GUICtrlTreeView_GetFirstItem, _GUICtrlTreeView_GetNext and _GUICtrlTreeView_Expand to expand the second item.Edit: Also, look at _GUICtrlTreeView_GetFirstChild to get the first child of the item. Edited March 23, 2009 by Authenticity
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