Re: [qooxdoo-devel] Change of tree icon requires manual update

2007-01-09 Thread Hugh Gibson
> 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

Re: [qooxdoo-devel] Change of tree icon requires manual update

2007-01-08 Thread Hugh Gibson
> 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

Re: [qooxdoo-devel] Change of tree icon requires manual update

2007-01-08 Thread Derrell . Lipman
"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

[qooxdoo-devel] Change of tree icon requires manual update

2007-01-08 Thread Hugh Gibson
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