Last rows hidden under the bottom margin
Hi,
2 grids build by the same server code, but behaving differently:
- http://foxincloud.com/tutotest/bs/dataUpdate.tuto : all rows accessible
- http://foxincloud.com/tutotest/bs/Eventlog.tuto : when you move the cursor down the rows using the down arrow key, at some point the current row is hidden under the bottom margin.
If I add
after
all grid rows are visible but their height grows indefinitely after each refresh()
How to solve that?
2 grids build by the same server code, but behaving differently:
- http://foxincloud.com/tutotest/bs/dataUpdate.tuto : all rows accessible
- http://foxincloud.com/tutotest/bs/Eventlog.tuto : when you move the cursor down the rows using the down arrow key, at some point the current row is hidden under the bottom margin.
If I add
oGrid.raiseEvent("paint");
after
oGrid.refresh();
all grid rows are visible but their height grows indefinitely after each refresh()
How to solve that?
Thierry Nivelet (FoxInCloud)
November 28,