Re: [qooxdoo-devel] CheckBox in a table

2010-04-02 Thread Olivier ZORO-BI
hkalyoncu wrote: > hello > > i think the problem is that cell data for the fourth column is null > but it must be true or false since its rendered as boolean > > please check this http://bit.ly/9kuFHr > > regards > huseyin > You are right, It's works like a charm!!! Thanks for your quick help!

Re: [qooxdoo-devel] CheckBox in a table

2010-04-02 Thread hkalyoncu
hello i think the problem is that cell data for the fourth column is null but it must be true or false since its rendered as boolean please check this http://bit.ly/9kuFHr regards huseyin -- View this message in context: http://n2.nabble.com/CheckBox-in-a-table-tp4841568p4841718.html Sent fr

[qooxdoo-devel] CheckBox in a table

2010-04-02 Thread Olivier ZORO-BI
Hi everybody, I'm trying to add a checkBox in a table cell and have a result as in the Qooxdoo browser. I use both qx.ui.table.cellrenderer.Boolean() and qx.ui.table.celleditor.CheckBox(). It seems to work but I don't don't see a visual checkBox which I can select or not in my table. Could som