Re: [qooxdoo-devel] TreeRowStructure label change after addLabel()

2006-11-01 Thread Derrell . Lipman
"Frederic Beuserie" <[EMAIL PROTECTED]> writes: > Hi, > > It seems is not possible to change the label after it was being added > with trs.addLabel("x"). is it true ? > > a second addLabel() throws (obviously) an error. > > I've tried to change the _label property but nothing change into the t

[qooxdoo-devel] TreeRowStructure label change after addLabel()

2006-11-01 Thread Frederic Beuserie
Hi, It seems is not possible to change the label after it was being added with trs.addLabel("x"). is it true ? a second addLabel() throws (obviously) an error. I've tried to change the _label property but nothing change into the tree. How can i change this label after the tree is initialize