dperez schrieb: > Thanks for the answer. > > And I suppose all the complex widgets like TreeFullControl and Table inherit > also this problem.
The Table is some cases, too. Yes. But I don't know why the treeFullControl should have such problems. The reason why the ListView is buggy is because of a call to the computed dimensions while layouting isn't complete e.g. getBoxWidth(). This is currently not allowed, but needed to compute the number of rows needed for example. The tree, as long as not virtual (like the ListView or Table) doesn't have such a problem. Cheers, Sebastian > > > Sebastian Werner wrote: >> yes, sure. Until we rewrite the layout engine this is true. I think this >> rewrite will be a target for qooxdoo 0.7. >> >> Sebastian >> >> >> dperez schrieb: >>> Hi, >>> >>> Does anyone know if this assertion is still true in version 0.6: >>> >>> The listview seems to destroy my layout >>> >>> Yes, currently there is a bug regarding QxListView inside complex >>> layouts. >>> QxListView only works really stable currently using fixed width/height >>> dimensions inside a simple canvas layout. Sorry for that. We will try to >>> fix >>> this with further versions. >>> >>> Regards, >>> David >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
