Re: gnue-forms grid implementation using wx.grid
Reinhard Mueller <[email protected]> Tue, 10 Jul 2007 20:34:06 +0200
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Organization | GNU Enterprise |
| Message-ID | <[email protected]> |
Am Montag, den 09.07.2007, 20:34 +0300 schrieb Oleg Noga: > What prompted gnue-forms developers to implement the home-maid grid > for wx26 uidriver while wxPython has wx.grid? The main point was this: A wx.grid needs all columns in memory at once, while our home-made grid control only has the controls you see on the screen. So if you query a database with a million of records, of which you display 5 at a time, our home-made grid will create 5 UI controls, while wx.grid would create a million UI controls. Thanks, Reinhard _______________________________________________ Gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnue
signature.asc
(application/pgp-signature, 307 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iQCVAwUARpPRGypv03KHfKbjAQJsYQQAlfdFjjofcBQJF6VEPR505RsQRMiJX3fy LjLyJtlHNCZu9tha7UlsrUMszqrgvYzBXreWi395EUUyOuqWkymklWkbDelZQkBq EhUi4USSXv6uiYsyFnHv0V7fYUNYVev4yYljDSffn1aYrmsLOfwk3dR9e/DHoBut E01CeYwci1E= =aihA -----END PGP SIGNATURE-----