Hello, I created a Table (in 0.8 version) with a column which using a qx.ui.table.cellrenderer.Boolean and a qx.ui.table.celleditor.CheckBox as editor.
I have 2 problems with this table : - First I need to double click on the cell (even if it has the focus) to focus the checkbox inside. - In second time if I modify the checkbox in a cell as long as I let the focus on this cell, I can read the modification in the corresponding dataModel (using getValue(), it always return the old value). To receive the modification of the checkbox I must focus another cell in the table. I also do a test with attach an "dataEdited" listener on the table, the result is the same as long as I do not focus another cell I do not receive the corresponding "dataEdited" event ... Is it possible to retrieve the checkBox value even if the related cell keep the focus ? Thanks. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel