RodrigoJrOccasional ContributorJoined 7 years ago15 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: recording is not capturing the keyboard Version 10.10.1042.7, Desktop delphi app, error is new I was able to reproduce the recording I created a recording of the windows calculator but without success. in the recording I clicked on the first field I pressed ENTER key typed "RTERTET" ENTER key and typed "YTERTYRTYT" but just recorded the click function Test1() { Sys.Process("sysmovs").VCLObject("FrmSps").Window("MDIClient").VCLObject("FrmEst109").VCLObject("PnlArea").VCLObject("EdtCodigo").Click(22, 15); } recording is not capturing the keyboard the testcomplete recording is not capturing the keyboard, it is capturing only mouse clicks. have any configuration to solve? Solvedcolor of a line in a QuantumGrid I need to capture the color of a line in a QuantumGrid (CxGrid) but I'm not getting? SolvedRe: Unable to find the object Clear. See Additional Information for details I was able to identify that the problem was in my exe that I was trying to automate, a development error. Thank you for your help. Re: Unable to find the object Clear. See Additional Information for details Hi TanyaYatskovska, tristaanogre I've already used () to call the method but it did not work, I'm checking if it is not my application that contains the problem. Thank you for your attention. Re: Unable to find the object Clear. See Additional Information for details I believe this is not the case, because the testcomplete does not recognize the "Clear" method but if you save the "options" it recognizes the method again, this also happens with the "Fields" tab. I think you're missing some configuration, but I did not identify what it might be. Re: Unable to find the object Clear. See Additional Information for details Ok, follow the code: //----------------------------- function WriteObjectValue (AObject: OleVariant; AValor: String = ''; ALIMPartite: Boolean = True): Boolean; begin Result: = False; if (not (AObject.Enabled)) then begin Log.Warning ('Accessed object is disabled.'); Exit; end; if (ALIMPartite) then AObjeto.Clear; AObject.Keys (helper_string.ConvertTextText (AValor)); Result: = True; end; //------------------------- also follows the images with the error and Object Spy. Re: Unable to find the object Clear. See Additional Information for details I'm using DelphiScript, using "Advanced" properties. the other question ignore Unable to find the object Clear. See Additional Information for details My testComplete is not finding the Clear method, and returns error: "Unable to find the object Clear. See Additional Information for details. " I also noticed that when using the Object Spy it does not show the Fields tab, using the same EXE of the application only in another installation of TestComplete it works normally. Another thing I discovered that if you saved the options and restarted the TestComplete back up and running. Has anyone ever experienced this? SolvedRe: The grid row´s index 20 is out of bounds Thank you for your help!!!