PDA

View Full Version : how to read a bug report?


MBachstein
06-18-2008, 04:13 AM
Hello,

I want to run my application with the Nightly Build 9663 (Servlet). Unfortunately, when I run my application with this, the compiler throws warnings and errors, which I do not understand. Before that I was using openlaszlo release 4.0.12 (Servlet) from 14-April-2008. With this release my application works fine.

Now I have generated bug reports of these errors but I am still not able to understand why the compiler has problems to compile it.

I have searched for a paper, which describes how to read a bug report, but did not find it.

My first bug report, for example, is:

---START OF BUG REPORT---

OBJECT DETAILS:
[...]

Does this also look like hieroglyphics for you?

Kind Regards,
Marc

MBachstein
06-18-2008, 07:12 AM
Another bug, which is show in firebug but not in the OpenLaszlo Debugger is


Debug.evalCarefully("base/basegrid.lzx", 414, function () {return _rowclass;}, this) is not a constructor
[Break on this error] }, this).rowparent, $4_initArgs, $2_cells, true);


Maybe the dynamically way I generate my grids is not supported by the 9663 trunk any more?!
(see http://forum.openlaszlo.org/showthread.php?t=12016 for that).

Also <view>-components which are created by

new lz.mySpecialView(this,{width:..., height:..., x:..., y:...});

are not shown with trunk 9663.

Kind Regards,
Marc

senshi
06-18-2008, 12:21 PM
ERROR MESSAGE: ERROR @JiveXWeb.lzx#2: Invalid delegate: This is the canvas.dolayout => (void 0) (must be a Function)

The LzDelegate-constructor complains about an invalid method. So in your case, "canvas.dolayout" is not (yet) available? Do you have got a small testcase for this?