Determining the coordiante position of a certain gui item
I would like to know if there is any way to determine what the coordinate position of a specific text or gui Item in a form.
I have this window:
I want to know how I can find the coordinates of the text "AVB" so I can drag the "TraPromoItem1" onto it.
This item is a component of class TLogGrid and directly clicking on the item doesn't even give me properties.
The Text property "AVB" in this case is located at: Aliases.System.bvsclient.LogViewForm.pnlMain.pnlGridMain.pnlGrid.TLogGrid.AbsoluteVisibleItems[3].Texts[6]
Anyway I can click on this text, and find the cursor position?
In my opinion, the simplest solution for this is to enable this option in TestComplete:
inside this object use .findxxx() method by "Text" property -> after this action get values from cord properties of this specific object.
Or if You have debug on inside your's application try to use native object options to get values from this "tree"