On Thu, 15 Oct 2020, at 12:02, Bob Bridges wrote:
> I've never noticed the behavior, but now that the OP has pointed it 
> out, the reading-the-list-again explanation doesn't satisfy me.  If 
> there's a delay and a progress bar when reading the list to do the 
> sort, why is there no similar delay when scrolling right to see the 
> data which (according to this explanation) has not yet been collected?

Maybe because the scroll-right only has to populate one screenful's
set of values, but the sort has to populate the whole list (which might 
be for a vast number of files)?

If that's the case, you'd expect a larger delay each time you scroll
the list too, at least until all the rows of the underlying table have 
been populated.

It might be possible to work out what's going on by running the 
panel's logic under dialog test, if you breakpoint on various table
services.

-- 
Jeremy Nicoll - my opinions are my own.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to