Abdelrazak Younes wrote: > Nobody knows what this resetPos() is for?
I had a look at the code, and I believe that it is for horizontal "scrolling": If you have a table that is wider than the screen and you go to a cell that is at the right edge then, if you are lucky, the table is shifted to the left so that you can edit the cell and even go further right. This does however not work reliably. If I am right then the variable name scx_ would make some sense: sc for scrolling. The ChangeLog comments also seem to point in this direction. And most of them were done by Jürgen Vigna who is AFAIK in Denmark. Georg