> FT is FastTable. This is a project begun by Esteban to replace the old
slow list on Pharo.
> Pharo 5 uses FastTable now.
Thanks for the details. Should I update to Pharo5 tu use FT ?
As for my progress in debugging things. I see that the roots and the children behave differently (although they are created equal by my nodeFromTreeStructure: method), for instance, root nodes are not inspectable, when I try to see them in an inspector I get : MessageNotUnderstood SpecTreeNodeModel>>gtInspectorMorphIn.
Children nodes can be seen in the inspector without a hitch.
Also, root nodes know their widget (a MorphicTreeNodeAdapter) whereas the children return nil.
Any help, even just a reference at someplace to look, would be appreciated.