Stormchasing
Community Developer
- Joined
- Jan 15, 2011
- Messages
- 4,029
- Reaction score
- 48
hi to all,
did anyone know if it is possible to graphical display the Tree we've built?
For example in a CC, if we think (or in this case i^^) that we'Ve got a issue with our tree, an infinite loop or something ... is there a way to display the Tree graphical ... or maybe in text like
- root
-- TreeOne
--- LeafOfOne
-- TreeTwo
--- LeafOfTwo
---- LeafOfLeafOfTwo
and so on?
I tried with outputting the composites (debug print the names), but this does not return a tree, this gives me only a list of all composites loaded / used. But i can't see the root-Element with this.
did anyone know if it is possible to graphical display the Tree we've built?
For example in a CC, if we think (or in this case i^^) that we'Ve got a issue with our tree, an infinite loop or something ... is there a way to display the Tree graphical ... or maybe in text like
- root
-- TreeOne
--- LeafOfOne
-- TreeTwo
--- LeafOfTwo
---- LeafOfLeafOfTwo
and so on?
I tried with outputting the composites (debug print the names), but this does not return a tree, this gives me only a list of all composites loaded / used. But i can't see the root-Element with this.