Vitaliy4us Posted December 22, 2014 Posted December 22, 2014 Control TFlatCheckListBox is not accessible for Autoit. Actually this is a group of check boxes combined into one control in Delphi. There is no function in Autoit which can get any information from the control (count check boxes, get there captions, check or uncheck checkboxes). Is there any way to manage TFlatCheckListBox from Autoit script?
Jfish Posted December 22, 2014 Posted December 22, 2014 Did you try to run the Au3Info tool on it? If that does not produce any results then you should take a look at this >thread. Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Vitaliy4us Posted December 22, 2014 Author Posted December 22, 2014 Did you try to run the Au3Info tool on it? Sure. And also I had tried all Autoit functions working with controls (common and specific for the check boxes and list boxes). As for the thread there is a lot information there. Could you advice specific for the mentioned control? Thank you.
MikahS Posted December 22, 2014 Posted December 22, 2014 If it's a listbox then it might be technically able to be used with the listbox functions. What Class does that control have? Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
Vitaliy4us Posted December 22, 2014 Author Posted December 22, 2014 If it's a listbox then it might be technically able to be used with the listbox functions. What Class does that control have? It is not a listbox. The class in accordance with Autoit Window Info is TFlatCheckListBox. And it is a set of Check boxes combined into one unit. So, based on the class name I had tried List box and Check box functions available in Autoit. But nor of them was useful for counting, checking, unchecking or getting check boxes' captions.
MikahS Posted December 22, 2014 Posted December 22, 2014 Does this TFlatCheckListBox have instances on each checkbox? Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
Vitaliy4us Posted December 22, 2014 Author Posted December 22, 2014 Does this TFlatCheckListBox have instances on each checkbox? No just several checkboxes.
AutID Posted December 22, 2014 Posted December 22, 2014 So this is a delfi application? Share it if you can. There must be a workaround. Else we will be shooting in the dark. https://iblockify.wordpress.com/
MikahS Posted December 22, 2014 Posted December 22, 2014 I meant in the class definition, does it have like Class: TFlatCheckListBox; Instance: 1 Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
junkew Posted December 22, 2014 Posted December 22, 2014 Search for simplespy in examples pinned thread iuiautomation and try FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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