EsGrid & ExGrid
EsGrid & ExGrid
I see in the forums several discussions about EsGrid and ExGrid, which I understand to be a 3rd party grid control by srod or Stephen Rodrigues. I cannot locate in the forum or on the web any details about the supplier or their website. Does anyone know where it can be obtained?
If it's falling over......just remember the computer is never wrong!
Re: EsGrid & ExGrid
i think he dropped because same the web site is closed.
I use it for an enterprise software but it was pay.
I use it for an enterprise software but it was pay.
Re: EsGrid & ExGrid
While it was a very good solution at the time, it is Windows only.
Have a look at said's canvas based grid gadget which is cross platform.
Have a look at said's canvas based grid gadget which is cross platform.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: EsGrid & ExGrid
Thanks for that Skywalk, looks like a really good starting point.
Much appreciation to Said who developed and shared this code.
Much appreciation to Said who developed and shared this code.
If it's falling over......just remember the computer is never wrong!
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: EsGrid & ExGrid
For this purpose Canvas gadget-based solutions are best. The Canvas is one of the very most useful tools PureBasic has to offer. It allows you to create a gui with the graphics you design powered by any and every user-created event that is possible. Microsoft's Edit control handles everything and Stephen created his original grids based on this API but it has no cross-platform use at all. Make your own or leech off someone's freely-offered work, but a Canvas-based solution is the way to go as it will be fully cross-platform with no extra effort on your part. Shout out to Fred and Timo for a world-rocking gadget! These two are as good as it gets in the dev world.
BERESHEIT
Re: EsGrid & ExGrid
Why not send a PM to srod in these forums? He still visits here.C87 wrote:Does anyone know where it can be obtained?