TimRanger 0 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 Share this post Link to post Share on other sites
hench 2 Posted November 19, 2010 Hi, AutoIt can't interact with Delphi controls. Sorry, Share this post Link to post Share on other sites
TimRanger 0 Posted November 22, 2010 Found a way to work around it But thanks for info about Delphi Share this post Link to post Share on other sites