I am seeing a bug where the demo app defines attributes on some classes it uses, like this

        <attribute name="ddcdel"
                   value="$once{ new LzDelegate( this, 'doDragCheck' ) }"/>

But when the time comes to reference this.ddcdel, it comes up undefined.

I haven't made a simple test case for this yet, but it seem like maybe the attributes declared
this way on classes are never getting initialized, or else putting their values in the wrong place.

I think it may have something to do with the fact that LzNode.__LZresolveReferences was giving errors, which I papered
over for the moment.


--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to