ContributionsMost RecentMost LikesSolutionsRe: Application process gets closed when I enter window class in Text Recognition on 64 bit sys Thanks for reply but my problem is In our application we are using nebula grid which test complete do not support. So I am using text recognition plugin to select the text of the grid. We need to perform actions on these text like click etc. Using internal properties and methods of the grid i can find rows and col (https://community.smartbear.com/t5/TestComplete-Desktop-Testing/Unable-to-recognize-child-objects-of-Java-SWT-Application/m-p/95213#M2105) but cannot perform the Click action.So I have used text recognition. But when I am trying to use text recognition on Win7 64 bit system application automatically gets closed. Can 64 bit system support text recognition ? Re: Application process gets closed when I enter window class in Text Recognition on 64 bit sys I cannot share the code due to security reason. But its in following format var gridWindow = Sys.Process("Our Project Application Name").SWTObject("Composite", "").etc Above code recognise parent window of our application. There are child window / tabs which i recognised using Text Recognition. So for Ex: my parent window class is suppose 'SWT_Window0'. So i have given this class name in Text recognition. Now I m clicking one of my child window as - gridWindow.TextObject("OurChildWindowName").Click(); Here my application automatically gets closed. After debugging it seems that if i do not run the script and just enters the class name in Text recognition window and tried to find the object using object spy then also my application gets closed. This issue is observed only on 64 bit Windows 7 system same thing is working on 32 bit Win 7. Thanks in Advance, Swapnali Application process gets closed when I enter window class in Text Recognition on 64 bit sys Hi, I am using Test Complete tool v 10 . Desktop module. I have installed test complete on 64 bit system but when i enter the class in Text Recognition window and try to run the script then my application gets closed. However if I run the same script with above setting then on 32 bit system then it's running perfectly. If I remove the class name from Text recognition window then application wont get closed but my script get s failed as tool is unable to find object using text recognition. Is there any setting that need to be done on 64 bit system to recognise the objects using text recognition. Waiting for reply as most of my script contain text recognition. Thanks, Swapnali Re: Unable to recognize child objects of Java SWT Application Thank you Helen Kosova !!!! Its working now :smileyhappy: Re: Unable to recognize child objects of Java SWT Application It shows JavaFullClassname as org.eclipse.nebula.oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.super.o0OO Re: Unable to recognize child objects of Java SWT Application Hi Our application uses SWT/Jface grid (Standard type) which is based on Java API. I got solution on detecting the text on this grid by using the setting which is mentioned in below blog. http://www.testmanagement.com/blog/2013/08/text-recognition-for-test-automation/ Now I am able to detect the text on this grid however I am not able to perform the operation on this grid. For Ex: To Expand the grid I need to click to the '+', '-' Image which is displayed beside to this text. I am not able to detect and click these Images.Also I want to access the content of this grid columnwise or rowise. I have attached screenshot of the grid. Unable to recognize child objects of Java SWT Application Hi, I am using testcomplete tool for dsktop application. GUI of the application is built in JAVA (SWT). I am facing an issue that 'Child objects of application are not able to recognize using Object spy' This issue is for few scenarios for Ex:When application is having values in Grid format. When I use 'Object Spy' on this grid, shows Childcount as '0' however there are values in the grid in form of row,column. If I record the script using (Jscript) values get detcted in form of 'pixel' click. I am not able to recognize these values in form of there names. Can anybody suggest solution. I had gone through help topics as 'Testing Java Applications'but could not solve the probelm Testing Details: Java version:1.7.45 TestComplete Tool version: 10.3 Launched TestComplete tool as 'Run as Administrator' Checked that below Plugins are installed. - Java Application Support. - Open Applications; - Desktop Applications Testing. SolvedGetting an error as An exception occured within the TtcUtilsManager handlerof the TtctestEngineEventDispatcher event Interface not supportedHello, I am executing the test script in test complete and getting the below error as : An exception occured within the TtcUtilsManager handlerof the TtctestEngineEventDispatcher event Interface not supported I am using test complete 10.3 version. I am calling the function CreateProject using USEUNIT within same project. below is my code //USEUNIT CreateProject1 function TECSECA() { CreateProject(); } function excutes successfully after that above pop up error message come. Can anybody help me in this.