ContributionsMost RecentMost LikesSolutionshow to support SysTreeView32 as a grid TC10.30 Windows7 JavaRCP application, widget is SysTreeView32. However there are grid lines, showing it as Grid in UI, there is actually no Root item. 1. SWTObject("Tree", "").getColumnCount 2. SWTObject("Tree", "").getItemCount, this is similar to rowCount 3. SWTObject("Tree", "").columns.Items(0).text, gives the first column name 4. SWTObject("Tree", "").items.Items(0).strings.Items(3).OleValue . gives the cell text of First Row and Fourth column not be able to click on cell, since there are no "Bounds" properties to build a rectangle. Any help would be appreciated. Re: Cannot work with ssdbgrid control as grid object in TC10 Thanks for the screenshot Colin. I tried adding it manually in Object Mapping by selecting "Add Class Name" under couple of similar controls, however id did not work. Working on supporting this thru Text Recognition technique. Re: Cannot work with ssdbgrid control as grid object in TC10 Thanks for the update Gregg and updating it to control survey. I did not find it in the list of supported controls: http://support.smartbear.com/viewarticle/69568/ Also, couldn't find a way to add in Object Mapping. Cannot work with ssdbgrid control as grid object in TC10 Cannot work with ssdbgrid (Infragistics) control as grid object in TC10. Sample application can be downloaded from the following website: http://external.informer.com/componentsource.com/products%2Fdata-widgets%2Fdownloads.html%3Frv%3D14947 Does TC support this control as a grid ? if yes, could someone helpme with an example Re: Can COM interfere with TC execution ? Thanks for the reply Alex. Appreciate your suggestion. However, the simulation is being performed by TestComplete and hence TC cannot be closed. I think i will contact SmartBear Support because the issue seems to exist for TestComplete & COM object combination. Can COM interfere with TC execution ? We are using a C++ COM which is accessed by TC 10.30 using: Set oExe = Sys.OleObject(<COM_Object.exe>,"") Now does it have any issue effect on TC ?, because we are seeing a typing issue (moderate speed) when COM_Object.exe is running in the background. If we terminate the COM_Object.exe while typing, then we don't see any issues at all (high speed). Is there anything that needs to be taken care for this situation ? SolvedTestExecute/TestComplete freezes after closing the application Using TC 10.30, windows 7 32 bit system, vc++ desktop aplication. There is a flow of test, where we need to test 'closing of the application' and 'reopen it'. However, after closing the application using the close function, TC freezes and doesn't return. What I have observed from the Task manager--Process is that, application.exe is still running in the background in that flow. But doesn't the TC execute a subroutine 'close'? if so, why should it freez ? Re: Unable to spy Sheridan Control grid - SSDBGrid Any update on this ?, does anybody have idea on this grid type support. I only see support for UltraWinGrid and not for SSDBGrid. Unable to spy Sheridan Control grid - SSDBGrid TC 10.30.1145 and we are unable to spy Sheridan Control grid. When we spy, we get class as Afx.*, I have tried adding all the controls of Infragistics in Object Mapping, still unable to get properties of it. Looks like grid class is SSDBGrid Any suggestions to indentify the properties of this widget ? Re: check the status of Call Sys.Desktop.Key If KeyUp and KeyDown methods are synchronous, why is that script execution moves on to next execution set, even before the typing is complete. Also the typing s very slow and takes some time. The issue is that interaction 2 does not wait for interaction 1 to complete before it begins. Is there any way to acknowledge Interaction1 has been completed ? so that we can move on to next We cannot use keys/setText because of the restrictions it comes with .i.e simulate keystrokes incorrectly