NO

Author Topic: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone  (Read 8706 times)

DHillard

  • Guest
Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« on: December 25, 2015, 06:00:13 PM »
Hello Everyone.

I am finishing up the preparation of my ZeeGrid, the successor to BabyGrid, and have decided to release it freely instead of commercially.  I am wondering if any of you would like to try it out with Pelles C.  It is more than 98% complete and I'd be interested to know how easily it can be integrated into other Programming platforms.  I am not a Pelles C user.  But I have designed this grid control to be used by any language.  The LoadLibrary() function is all that is needed to load the control.  From then on, it's strictly handled with SendMessage() functions.  It's fast.  It's clean.  It's easy to use and program.

If anyone is interested in trying it out, reply here and I'll post a download link.  At this point in the development, I'm just trying to find and fix any inconsistencies, and the more people analyzing it the better.  Those of you who have worked with BabyGrid and tried to improve on it, know that the development of a grid control just about exceeds the limitation of a single person.  Part of this is design decisions would benefit greatly from multiple users and a consensus deciding the final direction.

So ZeeGrid did not just disappear, never to be seen again.  It's just been under quiet development, for more than 10 years, getting better all the time.  You are welcome to use it.

Thanks for your interest.

David Hillard

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #1 on: December 27, 2015, 08:48:01 PM »
Hello David,
welcome on PellesC forum.
I think that like myself a lot of people here are interested in a new grid control, and everybody will be glad to help as they can.
Thanks for sharing.  :)
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

DHillard

  • Guest
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #2 on: December 27, 2015, 11:37:37 PM »
Thanks for the reply.  I am finishing up documentation for it.  I will get the website working in just a few hours.  I will post again with the URL.

David Hillard

DHillard

  • Guest
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #3 on: December 28, 2015, 01:38:22 AM »
Hi Everybody,

It won't be the prettiest website you've ever seen.  This was written in Notepad.  It should be refreshing though, as there are no ads and crazy HTML.

You can get ZeeGrid from http://www.kycsepp.com

Offline DMac

  • Member
  • *
  • Posts: 272
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #4 on: December 30, 2015, 04:00:17 AM »
Hello David,

I'm glad to see that Zgrid is available again! 8) My own version of the Baby Grid, while suiting my needs, fell far short of the kind of flexibility of some of the MFC based grid controls.  I look forward to trying out this revision  when I get some time.

Regards,
David MacDermot
No one cares how much you know,
until they know how much you care.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #5 on: December 30, 2015, 10:58:53 AM »
Nice :)
One exported function could be good to make possible to make reference to that dll thru import lib.
May the source be with you

Offline jcfuller

  • Member
  • *
  • Posts: 36
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #6 on: April 21, 2016, 06:37:13 PM »
David,
  I see you have an updated release which includes a 64bit version.
http://www.kycsepp.com/ZeeGrid/
Preliminary tests have been promising.

James

Offline jack

  • Member
  • *
  • Posts: 62
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #7 on: April 23, 2016, 05:38:53 PM »
thank you
« Last Edit: April 23, 2016, 05:44:31 PM by jack »

Grincheux

  • Guest
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #8 on: April 27, 2016, 03:39:16 PM »
Could be interesting if it could have a *.lib file for linking library
Can the control display images?
I should be very interested, but post an example.
Is it a virtual listview?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #9 on: April 27, 2016, 03:55:08 PM »
Tutorial here
May the source be with you

Grincheux

  • Guest
Re: Win32 Grid - ZeeGrid - PreRelease - Free for Everyone
« Reply #10 on: April 27, 2016, 05:42:44 PM »
It seems simple to use but all the possibilities are not in the tutorial.
How many maximum rows/cols?
I would like to use it for showing the images informations but I can have 15500 images. I will not display the images, but 1500 rows with 30 columns is it supported. I have generated more than 50 000 rows in my phase test.
This library would be useful for me but without any informations...
At the first glance, it seems a good work.
Is is possible to ownerdraw?