Hello Sebastian,

Hi Jeronimo,

I think you don't need this:

this. pane.setData(vNewData);

and don't need this:

In QxListViewPane.js:
...
proto.setData = function(vNewData) {
this. data.removeAll();
this. data.append(vNewData);
this. updateLayout();
this. updateRendering(true);
};
at all.

Please try it again with this modifications.

Thanks.

Sebastian

It works like a charm ^^ thanks Sebastian :)
Now i understand the order of rendering in QxListViewPane i was a little dizzy with all the come and go the code takes, i think i found a solution to relayout the ListView to support resize, lemme check it a little more.

VoidMain





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to