Open-source Grid component? Similar to Scintilla effort?

Everything else that doesn't fall into one of the other PB categories.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Open-source Grid component? Similar to Scintilla effort?

Post by USCode »

Anyone know of an open-source, cross-platform grid component that offers the same levels of control, power and flexibility for a grid component that the Scintilla component does for text editing?

I'm not asking about a grid component that works like Scintilla but a component that offers the attributes I mentioned above. Something that is open-source and contributed to by lots of folks programming in many different environments ... like Scintilla.

We've got some great grid-controls here that folks have graciously developed and shared for PB but it seems that they're either Windows-only, are not actively developed or are lacking in flexibility and power.
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

Re: Open-source Grid component? Similar to Scintilla effort

Post by Xombie »

USCode wrote:...are not actively developed or are lacking in flexibility and power.
That hurts my feelings :(

:)

Actually, when I get time, I'm planning on going over my own project to make it non-dependent on Windows. Mine was originally a grid project but then turned into a spreadsheet project. I plan to redo it as a grid project now that I know a lot more than I did ~_~ Lots of speed tricks I can put in there. I figure I can probably have something basic within a month easily. Not sure if it'll fit your bill but I hope for it to be at least more OS-friendly.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: Open-source Grid component? Similar to Scintilla effort

Post by USCode »

Xombie wrote:That hurts my feelings :(
Please don't take it personally, I'm sure I'm not aware of all the grid projects going on here but I was thinking about something more widely contributed to, like a Scintilla-type project.
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

Post by Xombie »

I was joking. That's why a smile followed it up. ^_^

I think you'd have a hard time convincing a group of PB'ers to work on a single project like this. Maybe that's just me, though. I know I don't work very well in a group like that. It's easy to lose sight of the whole project when you're only working on a part of it. Code might not fit as well together if it were multiple people. Looking at other people's code gives me headaches :)

Just my $0.02, though. I'd like to hear other people's ideas.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

Xombie wrote:... I think you'd have a hard time convincing a group of PB'ers to work on a single project like this...
Actually, like Scintilla, I was looking for an existing project outside of PB ... I don't think I've done a good job at asking my question! :oops:
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post by dell_jockey »

USCode wrote:
Xombie wrote:... I think you'd have a hard time convincing a group of PB'ers to work on a single project like this...
Actually, like Scintilla, I was looking for an existing project outside of PB ... I don't think I've done a good job at asking my question! :oops:
Hi USCode,

you might want to start checking out http://sourceforge.net/search/?words=gr ... earch=soft

or then perhaps this list: http://www.google.com/Top/Computers/Pro ... ace/Grids/

Perhaps one of these efforts fits your bill?
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

You could try the BabyGrid control written entirely in PellesC:

http://www.smorgasbordet.com/pellesc/index.htm

Source Code->Windows Examples->Custom Controls->Baby Grid

http://www.smorgasbordet.com/pellesc/zip/pc_bbg.zip

Been meaning to try and convert it to PB lib for ages but too busy. :(
--Kale

Image
Post Reply