Jump to content

Recommended Posts

Posted

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.

post-47340-1237835274_thumb.gif

post-47340-1237835288_thumb.gif

Posted (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 by Authenticity

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...