Lazy DBResultSet in ListView?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Lazy DBResultSet in ListView?

Nico de Boer-2
How can I get the "lazy" effect of the FlipperInspector on a (large)
DBResultSet
in a ListView on this DBResultSet? This to improve the GUI performance and
not let the user wait for rows (s)he cannot see anyway.

Maybe something with a proxy class wich performs the fetchScroll:offset:
method
when scrolling the window?

Anyone who has an idea? Thanks,

Nico