RoNYouth Posted November 14, 2019 Posted November 14, 2019 I want to automate my installation process wherein i need to do following things in sequence: 1-Select one option from tree (Number) 2-Select sub node option from same parent (Num1) 3-Deselect remaining option from same node (Num2) 4- Deselect few left parent node (Character, Digits) Eg: Number Num1 Num2 Character Digits No where in above tree i have check boxes to deselect item, i need to click on option than hover like window appears wherein i need to click on 'X' sign to deselect it. Please help me with code as i am new to Auto IT
RoNYouth Posted November 14, 2019 Author Posted November 14, 2019 From the below option I need to do clicks in following sequence: 1-Click on Client 2-Deselect option 2 by clicking option 'X This feature will not be available' (You get deselect window once you click on Option 2) Please help me as i am new to AUtoIT world
Developers Jos Posted November 14, 2019 Developers Posted November 14, 2019 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted November 14, 2019 Developers Posted November 14, 2019 How is this thread different from your first thread? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
RoNYouth Posted November 14, 2019 Author Posted November 14, 2019 In my earlier thread i had not given the image to get better picture of the issue so added image in next thread
Developers Jos Posted November 14, 2019 Developers Posted November 14, 2019 Yea, so just add to that topic instead of cross-posting please. Merged SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Nine Posted November 14, 2019 Posted November 14, 2019 Could you use the Au3Info.exe on the tree, so we can see if it is recognized by the tool ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
RoNYouth Posted November 14, 2019 Author Posted November 14, 2019 Its getting recognise but as whole container not as individual components/items .
Nine Posted November 14, 2019 Posted November 14, 2019 Could you show me the result ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
RoNYouth Posted November 14, 2019 Author Posted November 14, 2019 >>>> Window <<<< Title: AAAAAAA Class: MsiDialogCloseClass Position: 708, 328 Size: 504, 383 Style: 0x14C80000 ExStyle: 0x00040100 Handle: 0x00000000000D0302 >>>> Control <<<< Class: SysTreeView32 Instance: 1 ClassnameNN: SysTreeView321 Name: Advanced (Class): [CLASS:SysTreeView32; INSTANCE:1] ID: 3918 Text: Position: 10, 93 Size: 293, 157 ControlClick Coords: 99, 43 Style: 0x50830037 ExStyle: 0x00000200 Handle: 0x00000000001A01EE
Nine Posted November 14, 2019 Posted November 14, 2019 You can manipulate SysTreeView32 with GuiTreeView UDF and some of the Control* function. Take a look at it... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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