Datagrid
- zxtunes.com
- Enthusiast
- Posts: 375
- Joined: Wed Apr 23, 2008 7:51 am
- Location: Saint-Petersburg, Russia
- Contact:
flexible control
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!
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!
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
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
https://reportcomplete.com <- School end of term reports system
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.DoubleDutch wrote:Is there any information on using the Tk controls with PureBasic anywhere?
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.