Hello, can you help me replace a table with a progressive (in order to get variable row height) in a custom class?
I've been using the table in my custom class that extends qx.ui.tabview.Page. I'm adding the table using this.add(createTable(data)) (where this is the extended Page). Calling (1) var progressive = createProgressive(data); (2) this.add(progressive); (3) progressive.render(); only renders the table headers and the progress bar. The data itself is not visible. If I call qx.core.Init.getApplication().getRoot().add(progressive) in line (2), the thing is displayed just the way that I want -- but in the wrong place, of course. >From my custom class, I have no access to this.getRoot() (Firebug says "getRoot is not a function"). It seems that I've just gone blank on this -- how do I resolve this? Thanks & Best Heiko ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel