> I've also been looking through the code to find out where to modify
> additional fields added to the tree, and can't see anything. The
> AbstractTreeElement constructor iterates the treeRowStructure._fields
> array and "adds" them to the folder. TreeFolder creates
> _treeRowStructureFields bu
> Hugh, would you please post a bugzilla bug about this. Be sure to
> include the
> word TreeFullControl in the summary so I'm sure to notice it. I
> think there
> are a couple of other reported problems with TreeFullControl, and I
> hope to
> work on fixing all of the known issues over the ne
"Hugh Gibson" <[EMAIL PROTECTED]> writes:
> We dynamically change tree node icons as we have more states than just
> selected/unselected. We may also change the text.
>
> To change text in a TreeFullControl tree I used:
>
>oNode.setLabel(sNewTitle);
>
> which resulted in a new label being
We dynamically change tree node icons as we have more states than just
selected/unselected. We may also change the text.
To change text in a TreeFullControl tree I used:
oNode.setLabel(sNewTitle);
which resulted in a new label being displayed.
However, the equivalent call to set the i