[Gambas-user] GridView rewrote

Benoît Minisini gambas at ...1...
Sat Feb 25 15:02:33 CET 2012


Hi folks,

I have rewritten the GridView control entirely in Gambas since revision 
#4505.

Normally, it is completely compatible with the old GridView. If you have 
problems with it, just tell me.

I did this rewrite because the gb.qt4 and gb.gtk GridView were not able 
to handle millions of lines without eating all the memory. And 
displaying millions of lines is needed with huge database tables.

So now GridView can handle many lines, but DataView has to memorize the 
keys of each table record, so a request that returns millions of records 
uses a lot of memory yet. But far less than before.

Regards,

-- 
Benoît Minisini




More information about the User mailing list