Re: [qooxdoo-devel] Re-2: multiline table header cells

2009-08-05 Thread Fabian Jakobs
Hi Daniel, the firebug message indicates that there either is a syntax error in "MultilineHeaderCell.js" or you have missed to rebuild the application. Calling "./generate source" should inform you about any syntax errors and will rebuild your application. Besides that, the "setHeaderCellRende

[qooxdoo-devel] Re-2: multiline table header cells

2009-08-04 Thread Daniel Hirtzbruch
Hello, I added these lines in the Application.js, which is the same file where I define the table and all other widgets. Or should I define the header cell renderer in the remote table class extension - that would not make sense to me. I changed the namespace,the class looks like this now: qx.

[qooxdoo-devel] Re-2: multiline table header cells

2009-08-01 Thread Daniel Hirtzbruch
Many thanks for your answer Jonathan - somehow I don't seem getting it right... I created a new class at source/class/pricecmp/ui/table/headerrenderer/HeaderCell.js, containing the following code: qx.Class.define("pricecmp.ui.table.headerrenderer.HeaderCell", { extend : qx.ui.table.headerrend