Forum Discussion

scambias's avatar
scambias
Contributor
6 years ago

ClickCell method on stingray grid doesn't works on Windows 10

Hi,

 

I'm testing some Stingray grids. The entire suite of tests has been created on Windows 7 OS using a big amount of call to the method Grid.ClickCell(Row, Column) on the grid object. 

Unfortunately moving on Windows 10 OS the same method doesn't work anymore.

The error returned is very generic (An Error Occurred) , I attach a snapshot of the error that occurs.

The only method that seem to keep working is Grid.Click(X,Y) 

 

 

Have you got some suggestion on how to solve this issue?

 

Thanks a lot,

Lorenzo

6 Replies

    • scambias's avatar
      scambias
      Contributor

      Hello, thank you for you answer!

      We actually did a double check of the requirements and the specific settings for TC to run under Windows 10 but still the problem exists.

      Moreover, we did some more tests:

      1. The method Click (xpt, ypt), which requires the points on the Stingray grid, works fine, and the OnLButtonDown event arrives fine (our application is written in C++ and we can debug it to test whether the event arrives or not)

      2. Some Stingray methods are working fine (such as GetRowHeight, GetColWidth and so on)

      3. the method wValue (cellX, cellY), that returns the value contained in that cell, works fine too.

       

      The ClickCell (cellX, cellY) does not work at all: the even OnLButtonDown is never fired on the grid.

       

      I am supposing that both ClickCell and ClickCellR are TestComplete methods that wrap grid specific methods to reach the provided cell coordinates. May it be possible that it's a bug of the implementation of the ClickCell (and ClickCellR) on Windows 10?

      If someone from smartbear can help us, we're stuck with our tests...

       

      Thank you in advance!

  • anupamchampati's avatar
    anupamchampati
    Frequent Contributor

    I am using ClickGrid (row, colomn) and it is working in Windows10.

     

    Check the grid properties and do send some information.

     

    • scambias's avatar
      scambias
      Contributor

       


      anupamchampati wrote:

      I am using ClickGrid (row, colomn) and it is working in Windows10.

       

      Check the grid properties and do send some information.

       


      Hello,

       

      ClickGrid is not available on Stingray grids unfortunately