Re: [qooxdoo-devel] TreeVirtual custom cell renderer

2010-11-29 Thread Tino Butz
Hi, I have just fixed a bug in the defaultDataCellRenderer. There used to be a reference to a not used static variable. This had the result that "undefined" was written in the the cell style. Please update the trunk version and try it again. Best regards, Tino Am 26.11.2010 um 14:35 schrieb

Re: [qooxdoo-devel] TreeVirtual custom cell renderer

2010-11-26 Thread Derrell Lipman
I don't see anything obviously wrong. Why don't you create a playground example demonstrating the problem. It should then be pretty easy to track down the problem. Derrell On Fri, Nov 26, 2010 at 08:35, Mustafa Sak wrote: > Hi List, > > > > I need help at TreeVirtual widget. I want to use cust

[qooxdoo-devel] TreeVirtual custom cell renderer

2010-11-26 Thread Mustafa Sak
Hi List, I need help at TreeVirtual widget. I want to use custom cell renderer subclasses but I can't see any effect. The same class in a table is working fine. Also using of cellrenderer.Image is working propper. Can any one help me out? Why is _ getCellStyle is not fireing? Here ist he co