TestComplete http://smartbear.com/forums RE: Get object properties If you need to press the down arrow key and your list items&nbsp;have the &quot;Keys&quot; method, you can just code the following in vbscript inside a loop:<br /> <br /> listObj.Keys(&quot;[Down]&quot;)<br /> <br /> (You can search the TestComplete help file for &quot;Keys Method&quot; for more information.)<br /> <br /> Then, you can compare the list item&#39;s appropriate property value to the given value.&nbsp;Note that which properties are availabe depends on how TestComplete sees the object (which may be affected by which Open Application properties are set and the priority of them within TC&#39;s Project/Properties configuration).&nbsp;&nbsp;<br /> <br /> One example&nbsp;I have is how I accessed a FarPoint spread control&#39;s cell values in a list and compared them with a value in a search variable, which&nbsp;is:<br /> <br /> if obj.cells.get_item(rowIdx,colIdx).TextOleValue = searchValue then...<br /> <br /> Hope this helps... http://smartbear.com/forums/f74/t80437/RE-Get-object-properties 6/19/2013 10:32:24 AM Stephen Gamache 840d02b5-d1b4-492a-879b-83ced37ba278 RE: Is Testcomplete 9.30 full support Opera 12.10? Thank! It&#39;s working)))))) http://smartbear.com/forums/f75/t80463/RE-Is-Testcomplete-9-30-full-support-Opera-12 6/19/2013 10:30:49 AM Nikita Pyatakov c193d2b4-a366-4541-8a17-11ce30a0c27f RE: XML HTTP request fails, CURL works <br /> Briefly:&nbsp;&nbsp; dev had removed the json-lib-2.3-jdk1.5 jar from the build.&nbsp; replacing it fixed the problem.<br /> <br /> Lengthy:&nbsp; we determined by using a debugger and setting breakpoints that extra characters WERE&nbsp; being received in the json object. &nbsp; checking the revision history for the library files showed that a change had been made.&nbsp;<br /> <br /> Curiously the change log for the new verions of json-lib shows that changes were made to fix iincorrect&nbsp; string parsing. http://json-lib.sourceforge.net/changes-report.html#a2.4&nbsp;<br /> Looks like those changes broke some other stuff. It looks like they need to enhance their automated regression testing!<br /> <br /> Thanks all for the suggestions!&nbsp; Regards. http://smartbear.com/forums/f81/t79958/RE-XML-HTTP-request-fails,-CURL-works 6/19/2013 9:52:50 AM Curt Hicks e670a284-edf1-43f2-977d-d844efbd0f24 RE: Click an item in a treeview which is off the screen I started to experiment with a similar problem. You might try hovering the mouse over the item before clicking it..... http://smartbear.com/forums/f74/t80401/RE-Click-an-item-in-a-treeview-which-is-off-th 6/19/2013 9:45:38 AM Curt Hicks cc8173fc-8f79-4bf2-a714-7978fcb9caf8 RE: Copied project works on one computer but not the other One other thing I neglected to mention...we are accessing the same&nbsp;TestComplete application&nbsp;on a remote server.&nbsp; However, the Open Application&nbsp;MSAA, UIA, and object priorities are different on his account than mine.&nbsp; Are these stored at a user level???&nbsp; How does this work on a remote server? http://smartbear.com/forums/f81/t80405/RE-Copied-project-works-on-one-computer-but-no 6/19/2013 9:29:39 AM Stephen Gamache d78d5b51-81ad-45ee-9eb3-12e432abb706 RE: Copied project works on one computer but not the other UPDATE:&nbsp; Get this...my manager can log in to his account, open the same TestComplete project and Object Spy to the menu item level and below, yet from my account I can only Object Spy to the menu bar level.&nbsp; We&#39;ve exported and imported settings, desktop, and even toolbar configurations and&nbsp;checked Open Application settings and priorities&nbsp;with no luck.<br /> <br /> Anyone have any ideas???&nbsp; Could there be something relating to account permissions that can affect object visibility??? http://smartbear.com/forums/f81/t80405/RE-Copied-project-works-on-one-computer-but-no 6/19/2013 9:26:02 AM Stephen Gamache 17d0ba65-794e-4df7-87d7-7f0934598a61 RE: Is Testcomplete 9.30 full support Opera 12.10? <div> Hi Nikita,</div> <div> &nbsp;</div> <div> Make sure that you have followed all of the steps listed in the [url=http://support.smartbear.com/viewarticle/51626/]&quot;Preparing Opera for Web Testing&quot;[/url] article.</div> <div> &nbsp;</div> http://smartbear.com/forums/f75/t80463/RE-Is-Testcomplete-9-30-full-support-Opera-12 6/19/2013 9:22:51 AM Tanya Gorbunova 42caa38b-4af7-4766-8e9e-84283f91907f RE: Application not responding while Action done I have doubt that option text and option control are two different component, because you are clicking on text &quot;I accept these terms&quot; and it is not toggling option&nbsp;value.<br /> http://smartbear.com/forums/f74/t80447/RE-Application-not-responding-while-Action-don 6/19/2013 9:07:03 AM Mughees Siddiqui 19fcae33-3683-4f96-9e99-237819c320e1 RE: Issues with multiple users on a network I know this is an old post but I have a question about this.&nbsp; I will have 2 users using the same project for the same product.&nbsp; If I use source control (using Team), when I create a new item, I have to check out the project, keyword test (or script) folder&nbsp;and name mappings.&nbsp;<br /> <br /> The pages that we record can have multiple tabs on it.&nbsp; Let&#39;s say I have page A.&nbsp; On page A I can have Tab1, Tab2 and Tab3.&nbsp; All three tabs have different information that can be filled out during recording.<br /> <br /> There is a chance that both of us could record something on page A but user1 only records something on Tab1 and user2 can record something on Tab1 and Tab2.<br /> <br /> When user1 completes recording, only the objects for Tab1 shows up in Name Mappings.&nbsp; When user2 completes recording, objects from both Tab1 and Tab2 shows up in Name Mappings.<br /> <br /> My concern is when both users check everything in, (the Project, the Keyword Test/Script folder, and Name Mappings) what trouble is that going to cause when it has to merge?&nbsp; Both users would have the project and Name Mappings checked out at the same time.&nbsp; I&#39;m concerned with losing mappings etc.<br /> http://smartbear.com/forums/f74/t55663/RE-Issues-with-multiple-users-on-a-network 6/19/2013 8:19:47 AM Suzanne Saunders 2e0110fa-9d26-4932-8139-e0b2d08c43db RE: Get object properties Hi Gabor<br /> <br /> You may use drop-down list method like <font face="Courier New" size="1"><font face="Courier New" size="1">ClickItem(value)</font></font>to select the desired value in drop-down list&nbsp; without comparing its properties. if dropdown has the&nbsp;value it will clicked.<br /> <br /> Regards<br /> Mughees Siddiqui. http://smartbear.com/forums/f74/t80437/RE-Get-object-properties 6/19/2013 7:52:50 AM Mughees Siddiqui 69225cb6-73d2-481a-8927-d2011a6aaf5c RE: Incorrect Row count of Excel, if we delete few rows Hi Megha<br /> <br /> Try this<br /> <br /> RowCount = MsExcel.ActiveCell.CurrentRegion.Rows.Count;<br /> <br /> Regards<br /> Mughees Siddiqui http://smartbear.com/forums/f74/t80459/RE-Incorrect-Row-count-of-Excel,-if-we-delete 6/19/2013 6:54:46 AM Mughees Siddiqui f42484e3-ec15-48c4-90de-95325715621a Is Testcomplete 9.30 full support Opera 12.10? Hi all!<br /> <br /> I try spy some object in Opera, but ... ta-da...<br /> [img]http://ipic.su/img/img7/fs/19-06-201315-42-39.1371642367.jpg[/img]<br /> <br /> <br /> If Yes then Why? http://smartbear.com/forums/f75/t80463/Is-Testcomplete-9-30-full-support-Opera-12-10 6/19/2013 6:47:44 AM Nikita Pyatakov c8f11501-abc5-4714-8b8b-7dfdea65de47 RE: TestComplete ShowModal UserForms - Give focus to a button Hi Guillaume<br /> <br /> why don&#39;t you set&nbsp;default property to True of btnApply in User Form designer. When user&#39;ll press the [Enter] Key it will perform the click on btnApply.<br /> <br /> Regards<br /> Mughees Siddiqui. http://smartbear.com/forums/f81/t80396/RE-TestComplete-ShowModal-UserForms-Give-foc 6/19/2013 6:44:27 AM Mughees Siddiqui 4a29a9f6-cfb7-4645-ac16-4b670a2c353e Script extension form won&#39;t show Hello,<br /> <br /> I&#39;m using Test Complete 9.3 and I just created my first script extension.<br /> <br /> After deploying it in the project, everything works just fine. The problem is: when I close the form it won&#39;t show again until closing and opening TC (the form is shown using ShowModal(), but Show() method won&#39;t work neither)<br /> <br /> Has anyone faced that problem? I have tried to add a button that sends a mrOk (closing the form returns a mrCancel), but it won&#39;t open neither.<br /> <br /> Thank you! http://smartbear.com/forums/f81/t80461/Script-extension-form-won-39;t-show 6/19/2013 5:37:09 AM Javier Coll 7b0a6aee-5c52-4a67-905e-378fd3bc9fa6 Incorrect Row count of Excel, if we delete few rows I have used followign code to read row count from Excel.<br /> <br /> <p> &nbsp;</p> <p> <font face="Courier New" size="2"><font face="Courier New" size="2"><b><font face="Courier New" size="2"><font face="Courier New" size="2">var</font></font></b><font face="Courier New" size="2"><font face="Courier New" size="2"> app = </font></font><b><font color="#000080" face="Courier New" size="2"><font color="#000080" face="Courier New" size="2"><font color="#000080" face="Courier New" size="2">Sys</font></font></font></b><font face="Courier New" size="2"><font face="Courier New" size="2">.OleObject(&quot;Excel.Application&quot;);</font></font></font></font></p> <p> <font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2"><b>var</b> book = app.Workbooks.Open(fileName);</font></font></font></font><br /> &nbsp;</p> <p> <font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2"><font face="Courier New" size="2">RowCount = app.ActiveSheet.UsedRange.Rows.Count</font></font></font></font></font></font></p> <p> <font face="Courier New" size="2"><font face="Courier New" size="2">&nbsp;</font></font></p> <p> It works first time, for the records added in Excel.<br /> <br /> Latter we removed few rows, then try to run the script<br /> <br /> here it still displayed old row count, even though we now have less row count.<br /> <br /> Any solution on this ?</p> http://smartbear.com/forums/f74/t80459/Incorrect-Row-count-of-Excel,-if-we-delete-few 6/19/2013 5:27:44 AM Megha Gambhire 7ad50a54-4bf4-49ba-a9f2-a0ab2dc4d2b0