I stumbled upon another problem. I am trying to find the valueIndex of the square in the dead center of my color grid. For this, I use the Clicked method. This works fine when using a small grid, but when I try the same method on a larger grid (300+ elements on the x-axis), it returns me '-1'. The same does not occur for a large amount on the y-axis, here the method seems to work correctly
You can reproduce this problem using the 'ColorGridTest.rar' file. You can toggle between correct and incorrect behaviour by changing the code in the CreateTestData method: this will give the error:
Code: Select all
For i As Integer = 0 To 299
For j As Integer = 0 To 59
Code: Select all
For i As Integer = 0 To 59
For j As Integer = 0 To 299
Do you have any idea about when the new maintenance release will be available?
cheers
Yves
[/code]