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)
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
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