TimRanger Posted November 17, 2010 Posted November 17, 2010 Hi! Im new to AutoIt and im trying to use it for geting information from a object that is inside a TGroupBox (Delphi) Inside the TGroupBox there is some speed values im trying to read to use in a test case. I used Window Info and i only get the information about the TGroupBox and not what is inside it. I tried ControlGetText but then i get the text of the TGroupBox and not what is inside it. Anyone know how to get the text from the object inside? >>>> Control <<<< Class: TGroupBox Instance: 9 ClassnameNN: TGroupBox9 Name: Advanced (Class): [CLASS:TGroupBox; INSTANCE:9] ID: 656782 Text: Current Speed [km/h] Position: 6, 60 Size: 211, 112 ControlClick Coords: 101, 30 Style: 0x56000000 ExStyle: 0x00010000 Handle: 0x000A058E
hench Posted November 19, 2010 Posted November 19, 2010 Hi, AutoIt can't interact with Delphi controls. Sorry,
TimRanger Posted November 22, 2010 Author Posted November 22, 2010 Found a way to work around it But thanks for info about Delphi
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