Datagrid

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

If I'm not mistaken this isn't actually a Windows control. It's a custom control written for Visual Basic and therefore can't be implemented natively by PureBasic.
User avatar
zxtunes.com
Enthusiast
Enthusiast
Posts: 375
Joined: Wed Apr 23, 2008 7:51 am
Location: Saint-Petersburg, Russia
Contact:

Post by zxtunes.com »

1++ 8)
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

+1
Please any answer from PB-Team in about.
Thanksful
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

Isnt that like a ListIconGadget?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

flexible control

Post by USCode »

While a DataGrid type control would be nice I don't think it's very realistic or in keeping with the PB style as it is now. None of the other gadgets are data-bound. Besides, managing the data in a grid isn't that difficult and not having it directly tied to the data allows for more flexibility, IMHO.

I'd be happy with a very-flexible tree/grid type control, like this one for Tcl/Tk, it's awesome:
http://tktreectrl.sourceforge.net/

It's a tree, it's a grid, it's so much more!
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Is there any information on using the Tk controls with PureBasic anywhere?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

DoubleDutch wrote:Is there any information on using the Tk controls with PureBasic anywhere?
It would unfortunately probably entail having an entire Tcl/Tk installation on the user's machine, which is the complete antithesis of the lean/mean PureBasic model.

Maybe I'll ping the author of TkTreeCtrl and see if it would even be feasible to make his control a more generic library, maybe something along the lines of Scintilla in it's ability to be utilized by many development environments.
Post Reply