On 2007-08-10, at 05:07 EDT, Yang wrote:

WARNING: null setters on «lz.view» width 92 [I believe these are for
columns in the header]
WARNING: null setters on «lz.view» width 57
WARNING: null setters on «lz.view» width 63
[and occasionally:] WARNING: null setters on «lz.view» highlighted false

These warnings are surely indicators of the problem. They imply that setAttribute is being called too soon, so that when width is being set, setWidth is not yet entered in the setters table, and so is not being called. Since setWidth is not being called, the width setting will not be properly installed.

One way you could investigate this would be to get a source distribution and [enable backtracing](http://www.openlaszlo.org/lps/ docs/guide/debugging.html#d0e28957). Then you can inspect your warnings and perhaps discover why these settings are coming too soon.

If you can create a small, repeatable test case, please report the bug at http://jira.openlaszlo.org

P T Withington
OpenLaszlo.ORG/Laszlo Systems



Reply via email to