[qooxdoo-devel] QxListViewContentCellWidget

2006-07-10 Thread ACampelo
Hi, I'm needing put a QxCheckBox inside a QxListView column . I founded the following objects: - QxListViewContentCellHtml - QxListViewContentCellIconHtml - QxListViewContentCellImage - QxListViewContentCellLink - QxListViewContentCellText I think that put a Widget inside a QxListView is (yet)

[qooxdoo-devel] R: New QxBuilder example: Login Window; centerToBrowser() problem

2006-07-10 Thread Marco Emiliozzi
I will add an entry in the bug tracker about this... The same response I gave to David Wolbrecht: I solved the problem setting the QxRequest in QxBuilder.buildFromUrl to synchronous. This is the code snippet I modified: proto.buildFromUrl=function(parent,url) { var loader=new QxRequest(url

[qooxdoo-devel] R: QxBuilder Problem

2006-07-10 Thread Marco Emiliozzi
I solved the problem setting the QxRequest in QxBuilder.buildFromUrl to synchronous. This is the code snippet I modified:   proto.buildFromUrl=function(parent,url) {   var loader=new QxRequest(url, "GET", "text/plain");     var self=this;   loader.addEventListener("comple