ravi2015 Posted October 31, 2015 Posted October 31, 2015 Hi all,I am trying to click and enter value for particular cell from treeview with multiple column GUI. How to do that.. Any sample script will be very helpful. or any function similar to _GUICtrlListView_GetColumn available for TreeView? Thank you.
jdelaney Posted October 31, 2015 Posted October 31, 2015 (edited) There are plenty of _GuiCtrlTreeView functions. Send a screenshot of your control. Edited October 31, 2015 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
ravi2015 Posted November 1, 2015 Author Posted November 1, 2015 Thank you for your reply.I tried few functions. Please find the attached screenshot my eclipse based application. From the attached code, I could get the value "CD" but I want to get it from other column value such as "DR", "AIR" also. Please note that this treeview and not listview. tree_view_select_item_column_text.au3
jdelaney Posted November 1, 2015 Posted November 1, 2015 (edited) That's not a tree view. Use the AutoIt Spy tool, and output the control data here. It looks like a listview._GUICtrlListView_GetItemText. Read the help file on this one. Edited November 1, 2015 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
ravi2015 Posted November 2, 2015 Author Posted November 2, 2015 Thank you. Please find the better screenshot and the treeview control output attached. myapp_treeview_control.txt
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