[qooxdoo-devel] Migration from 6.7 to 7.latest truncv version

2007-07-28 Thread Jim Hunter
I did a migration (testing only) when 7.0 first came out and I had no issues, but I just tried to migrate to the latest trunc version but I get an error right off the bat that says "No module named config" I read the migration information but the config file information seems lacking. I created a

Re: [qooxdoo-devel] html in table cell - update of element

2007-07-28 Thread Jared Broad
Hey! haha I have *no* idea why this works but I went to get a coffee, came back and it worked ?!!?!>>... Anyway, for the next person to stumble on this issue: Code in Main: //Generate Table var pTable = new qx.ui.table.Table(pTableModel); alert('Made table variable'); var portfolioRender

Re: [qooxdoo-devel] html in table cell - update of element

2007-07-28 Thread Jared Broad
Hello Westor, Could you please copy the entire class definition snippet in? I cant get it working using either of your posts on extending cellrenderer.Abstract. As soon as I define "var render = new myProject.myClassRenderer();" the code halts with no debug messages or errors! I cant figure ou

[qooxdoo-devel] Table row background

2007-07-28 Thread Артем Бобровский
Hello, Qooxdoo friends! I'm new to Qooxdoo, but I'm very excited about it. I am now developing an application using Qooxdoo and I've got a question. Is there any way to change the properties of a table row (qx.ui.table) on some condition. For example, if the column B is empty, the text in the row

Re: [qooxdoo-devel] aligns in table-cells

2007-07-28 Thread Jared Broad
Hello List/Tobias, Did you get an answer to this? I am butting my head against the screen, all my attempts to center text (or allow a cell to render HTML ) don't work / (I'm new to OO). Everyone suggests different ways to do it. How do you render HTML in a table cell, do I really need to make my

[qooxdoo-devel] defineMain(function ... breaks with error

2007-07-28 Thread Philipp Wabinski
Hi, I updated my application fom 0.6.6 to 0.7.1 and still hav some problems... When I add the following code to the index html file: qx.core.Init.getInstance().defineMain(function() { ...code... } I get the following error: qx.core.Init.getInstance().defineMain is not a function I want