Page 2 of 2

Posted: Sat Oct 18, 2008 1:59 am
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.

Posted: Sat Oct 18, 2008 3:49 am
by zxtunes.com
1++ 8)

Posted: Sun Oct 19, 2008 7:18 pm
by Tomi
+1
Please any answer from PB-Team in about.
Thanksful

Posted: Sun Oct 19, 2008 9:57 pm
by EdzUp[SD]
Isnt that like a ListIconGadget?

flexible control

Posted: Tue Dec 23, 2008 1:54 am
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!

Posted: Tue Dec 23, 2008 11:53 am
by DoubleDutch
Is there any information on using the Tk controls with PureBasic anywhere?

Posted: Wed Dec 24, 2008 1:34 am
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.