hello
it was just a refresh problem
i updated tnextgrid.swaprows to speed it up on a .beginupdate
procedure TNextGrid.SwapRows(FromPos, ToPos: Integer);
begin
FCells.SwapRows(FromPos, ToPos);
if UpdateCount = 0 then
begin
RefreshRow(FromPos);
RefreshRow(ToPos);
end;
end;
slowly swaprows
Started by chris, Feb 22 2006 06:38 PM
1 reply to this topic
#1
Posted 22 February 2006 - 06:38 PM
#2
Posted 22 February 2006 - 11:30 PM
Hello,
I have add this fix. New release is out in 7 days.
Thank you.
I have add this fix. New release is out in 7 days.
Thank you.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











