TIBCQuery.OnScrollFinish
Posted: Thu 07 May 2015 19:27
Hello, Victor,
FibPlus has one interesting feature.
OnScrollEnd event is fired at the end of the scrolling process. I'm seeking for an alternative here.
For example we need to adjust some elements of interface on record change, even perform an aditional sql query or other heavy calculations.
For example, if user scroll fast over 20 records in a grid, relying on AfterScroll event imply a lot of unused work. So instead executing it 20 times, we may do this once after scroll process is finished.
In fact, such kind of logic your product already have it on Master/Detail "wait" magic, so it's not too much to change to have this kind of event implemented.
What do you think?
Thanks in advice!
-
Dorin
FibPlus has one interesting feature.
OnScrollEnd event is fired at the end of the scrolling process. I'm seeking for an alternative here.
For example we need to adjust some elements of interface on record change, even perform an aditional sql query or other heavy calculations.
For example, if user scroll fast over 20 records in a grid, relying on AfterScroll event imply a lot of unused work. So instead executing it 20 times, we may do this once after scroll process is finished.
In fact, such kind of logic your product already have it on Master/Detail "wait" magic, so it's not too much to change to have this kind of event implemented.
What do you think?
Thanks in advice!
-
Dorin