Notes |
(0020425)
frank_jepsen (reporter)
2013-02-14 14:25
|
Sorry I was too quick. Allthough this is not resolved in the last release build 3.47, I just saw, that this issue was covered again in the last builds. With this change it also works for me. |
|
(0020426)
frank_jepsen (reporter)
2013-02-14 14:51
|
With this change I can still produce an List Index Out Of Bounds Exception in the first example. In this example LeftCol is 1 and VisibleColCount is 1. So an Index of 2 could be calculated but it should be a maximum of 1. I think Index should be tested for ColCount-1. |
|
(0020430)
stevegr (reporter)
2013-02-15 20:05
|
Hi frank,
I tested your code but unfortunately is producing problem for the right-most column when is partially displayed.
A fix is uploaded in 6069 issue.
Regards,
Stephen
(ADG) |
|
(0020433)
frank_jepsen (reporter)
2013-02-18 11:46
|
Hi Stephen,
my approach was simple and pragmatic to resolve the List out of bounds exception. I can produce no problem with it, even in the case you pointed out.
What do you mean?
I only handled the symptom and you went to the source I think. I can't produce
any problems with either solution.
Regards
Frank |
|
(0020434)
stevegr (reporter)
2013-02-18 13:04
|
Hi frank,
thank's for replying,
I reproduce problem only on the first column of the grid when displayed partially, it resizes the next column instead. Does NOT affect single-column grids.
I'll be happy to hear from you again.
Regards. |
|
(0020435)
frank_jepsen (reporter)
2013-02-18 13:40
|
Hi Stephen,
you are right. I could reproduce this.
Your fix seems to handle all cases I tested.
I think it should be used for JVCL.
Regards
Frank |
|
(0020501)
AHUser (developer)
2013-05-25 14:25
|
Fixed in svn revision 13517. |
|