[qooxdoo-devel] Attaching a ToolTip to a cell ?

2008-05-09 Thread Romain Fliedel
Hi there, I'm wondering if it is possible to attach a ToolTip to a cell in a table. I'm using qooxdoo 0.7.3 Thanks, Romain - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year'

[qooxdoo-devel] alpha version of PyQooxCard is "feature complete"

2008-05-09 Thread kc106_2005-qooxdoo
Oops! Forgot the links: Go to: http://sites.google.com/a/qxtransformer.org/qxtransformer/Home and click on GUI Builder: http://sites.google.com/a/qxtransformer.org/qxtransformer/pqc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PR

[qooxdoo-devel] alpha version of PyQooxCard is "feature complete"

2008-05-09 Thread kc106_2005-qooxdoo
I consider the current version of PyQooxCard at SVN "feature complete". No more major features will be added right now - I need to get back to do some "real" work with it. There are some known bugs yet (like I can't start my source index.html) but those bugs doesn't seem to affect others. If

[qooxdoo-devel] The number 0 is not shown in table-cell with number renderer

2008-05-09 Thread Fink, Andreas
Hi all, I think I've found a Bug in the qx.ui.table.cellrenderer.Number class. If I add the number 0 to a rendered cell using the number renderer, the cell keeps empty. I've tracked down the issue and created this patch, which works for me: Index: Number.js ==