data bound grid what do you need?

BlitzMax Forums/BlitzMax Programming/data bound grid what do you need?

Chris C(Posted 2005) [#1]
I've just started getting results with getting https://sourceforge.net/projects/pwrgrid/ to work with blitzmax

What would people like to see in a databound grid?

you can see some screenshots of the grid here http://pwrgrid.sourceforge.net/

anyone got any bright ideas?


Brucey(Posted 2005) [#2]
Cross-platform would be my no1.

Some kind of virtual list capability (or whatever the technique is called) where you can throw potentially million rows at it, and by some clever under-the-hood stuff it only has the visible part of it loaded at one time.


Chris C(Posted 2005) [#3]
hmm not to sure about x-platform... unless I can find some C code to implement a string grid in linux and I dont have a mac...

my idea was that the database engine would fill the grid the only thing you would supply would be a connection string and a query.