Hi,
I have struggled with the Uniface tree-widget for the first time and programmatically succeeded to Expand, Collapse and setting a new representation for a node.
However I wonder if it's possible to dynamically set different node glyphs in the same tree. Eg, initializing the tree
$TREEREPR$ = "root=·!·;NODE·!·;root·;A=root·!·;NODE·!·;A·;B=root·!·;NODE·!·;B·;B1=B·!·;NODE·!·;B1·;B2=B·!·;NODE·!·;B2·;B3=B·!·;NODE·!·;B3·;C=root·!·;NODE·!·;C" $valrep(testtree) = $TREEREPR$ testtree = "" edit ;Is it above possible to change one of the nodes to PERSONBLUE $TREEREPR$ = "root=·!·;NODE·!·;root·;A=root·!·;NODE·!·;A·;B=root·!·;NODE·!·;B·;B1=B·!·;NODE·!·;B1·;B2=B·!·;PERSONBLUE·!·;B2·;B3=B·!·;NODE·!·;B3·;C=root·!·;NODE·!·;C"
I can't get this to work. I can change the representation of a node, eg. changing the text B2 to B2*, but is it possible to change some of the Node-glyphs?
I can change the Node glyph of the whole tree by setting PERSONBLUE first in the form "Define Types of Tree Items", but can I mix NODE and PERSONBLUE?

Regards RogerW.






