If you enter some text and click somewhere else it will crash. The
enter key doesn't work either. If you click somewhere else without
changing the text it doesn't crash.
Is TreeListCtrl considered stable code, or should I forget about it
and roll my own?
If you enter some text and click somewhere else it will crash. The
enter key doesn't work either. If you click somewhere else without
changing the text it doesn't crash.
Confirmed. Looks like the text widget is being destroyed while there are still events pending for it.
Is TreeListCtrl considered stable code, or should I forget about it
and roll my own?
Well, it's stable in the sense that the API isn't changing, but it's also mostly unmaintained. Go ahead and file a ticket about this and I'll see if I can find time to dig into it. In the meantime there is Andrea's HyperTreeList widget, and in 2.9 we'll have the dataview controls that can also be used like a treelistctrl.
Well, it's stable in the sense that the API isn't changing, but it's
also mostly unmaintained. Go ahead and file a ticket about this and
I'll see if I can find time to dig into it. In the meantime there is
Andrea's HyperTreeList widget, and in 2.9 we'll have the dataview
controls that can also be used like a treelistctrl.
Thanks, I wasn't aware of HyperTreeList, it works just fine as a drop-
in replacement.