ContributionsMost RecentMost LikesSolutionsAre there options for auto-scrolling a grid/window?I am using TestComplete 8.2 and testing a new version of my application. I have tested this application using TC since version 3. Until recently, I never had the below problem. Now, since obtaining the new version of my app under test, whenever I click in a grid, it automatically scrolls to the bottom of the window before clicking or selecting an item. This of course causes issues. Does anyone know about any options in TC that would cause auto-scrolling when under automated control? I can manually do the same actions as the automated tests and no auto-scrolling occurs. The grids themselves are Farpoint Spread controls that Test Complete does not support. This is not a major problem as I just use coordinate clicks (argh!) and that works (or at least it used to). The application is written in C++ using Borland Builder 6. Any help is appreciated!Re: Remote test fails if I try to specify the test to runThis actually seems to be resolved in TC8. Although, I now have a problem assigning different tests to my slave PCs (running TE). I have 1 project that used by the master and the slave PCs. At one point, I did not have any project test items set up and I had my Jobs setup with tests specified for each slave. This was working great. I then wanted to make it so I could click "Run Suite" and my distributed test would run X number of times, so I setup a project test item to do so. From this point forward, my distributed tests stopped working. After doing the above, whenever I tried to run my distributed tests, they would ignore what I had put under Test for my Job and would run the project test items. I tried to remove the Test Items and that just led to nothing running. This didn't make any sense to me as this was working before I added the test item and now I can't go back. Is there something obvious that I've missed? In addition, sometimes, I get an error when I try to load the test in the Job area. It is intermittent and I haven't received it recently so there is no screenshot attached.Remote test fails if I try to specify the test to runNo matter what I put into the Test column, I end up with an error that looks like this: Task1: Cannot load the remote project. [Test Distributed\KeywordTests\Keyword-Test not found] The help is not necessarily clear about what format my test path should be in. If I leave it blank, the distributed test works fine as it runs the test item I've set up. If I try to click the ellipse in the Test column, TC errors out. If I try to specifically write the test name as outlined in the help, it fails verification with the above error. I have so far put ProjectName\KeywordTests\[Test Item Name from the Project] and ProjectName\KeywordTests\[Test Name in the Keyword Test] and neither have worked. I've also tried a few dozen combinations of pointing to the suite, the project and then adding/removing that from the Test column. Nothing has worked for me. Any help would be greatly appreciated. If additional information is needed, let me know. TC/TE 7.52.678.7 Windows XP SP3 - host and slave, non-admin accounts TestComplete on the host TestExecute on the slave