[wxPython-users] Virtual ListCtrl and GetItemData: recursion error

Wojciech Śmigaj w.smigaj at gmail.com
Mon Jul 23 11:51:48 PDT 2007


Werner F. Bruhin wrote:
> You might want to look into:
> 
> wx.EVT_LIST_CACHE_HINT
> 
> I use a virtual list to display data from a database.  When initially 
> loading it I get all the appropriate primary keys (have one table with 
> about 20,000 rows and it still has very good response) and store the 
> result from the select in an attribute of the list, then I have another 
> attribute which caches a few pages of the list, so if the users pages 
> up/down I don't get have to go to the database all the time.

Hi Werner,

Thanks for this hint -- actually that's exactly what I was going to do :-)

Wojciech




More information about the wxpython-users mailing list