RE: [sqlite] Seeking advice on On Demand Loading

2007-09-28 Thread Samuel R. Neff
, September 28, 2007 3:48 PM To: sqlite-users@sqlite.org Subject: [sqlite] Seeking advice on On Demand Loading Hello, I'm looking for some advice on implementing 'On Demand Loading' in my program. Some GUI controls such as a Listview have a 'virtual mode' where the contro

[sqlite] Seeking advice on On Demand Loading

2007-09-28 Thread Olaf Beckman Lapré
Hello, I'm looking for some advice on implementing 'On Demand Loading' in my program. Some GUI controls such as a Listview have a 'virtual mode' where the control only needs to be loaded with the items currently shown. The Listview will call a callback function where it indicates which items ne