Hi,
The only tip I can give you is to try to debug it.
Stack traces a very useful.
I have modified FireBugAppender, to give me always stack traces adding this:
if (evt.level > log.LEVEL_WARN && !evt.throwable) {
try {
evt();
} catch (ex) {
evt.throwable = ex;
}
}
Jim Hunter-2 wrote:
>
> Has anyone run across this error when using a qx.ui.table.Table?
>
> 003891 ERROR: qx.ui.table.TablePane(595): Modification of property
> "visibleRowCount" failed with exception: TypeError -
> cellElement.firstChildhas no properties
>
> I have many tables on the page but only one produces this error. And it
> always does it and the others never do. The main difference between the
> tables is that the one producing the error is parented by a DockLayout and
> the others are parented by a HorizontalBoxLayout. Could that be the
> difference? This table is also the only one that does not scroll
> properly,
> it only scrolls the first row or two and the rest just move up and down a
> little bit. The other tables seem to behave correctly.
>
> Anyone have any ideas?
>
> Thanks,
> Jim
>
> -------------------------------------------------------------------------
> 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
>
>
--
View this message in context:
http://www.nabble.com/Table-problem-tf2231240.html#a6184539
Sent from the qooxdoo-devel forum at Nabble.com.
-------------------------------------------------------------------------
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