CeGUI - TCETreeItem

BlitzMax Forums/Brucey's Modules/CeGUI - TCETreeItem

Armitage 1982(Posted 2010) [#1]
Hi Bruce

Is it currently possible to use a Tree Control in CeGUI ?
As soon as I'm trying to use something related to TCETreeItem, the application throw an ECEPTION_ACCESS_VIOLATION
	' There's no TCETreeItem.create() function like with TCEListboxTextItem ?
	treeItem = New TCETreeItem
	treeItem.setText(text)

Maybe it's not implemented? It's also not present in the widgetgalore example.

I already know I will have problem to use any additional modification since I'm lock to an old version of CeGUI (0.6.2 I think) so if there is only a few things to change in the source would be cool to know exactly what.

Thanks


Brucey(Posted 2010) [#2]
According to the documentation, TreeItem and Tree are deprecated... so it's possible I didn't implement the Create() functionality in order to dissuade you of using it :-)

Of course, if you *really* want it...


Armitage 1982(Posted 2010) [#3]
A GUI Tree view deprecated lol

No it's OK, let it down.
I'd rather prefer to use Qt if I ever engage another project later ^^


Brucey(Posted 2010) [#4]
I think CE also talked badly of the implementation of it. The docs mention that it is intended to be replaced by something better - whenever that might be.