Hi Tucker,
Max found a problem when I checked in some new class changes. I tracked the
problem to a variable defined in LzNode, whose value is reassigned in LzState.
In LzView:
var $isstate = false;
My original code for LzState had this:
$isstate = true;
This does not work. To get around the problem I changed this line to,
prototype.$isstate = true;
What is the "preferred" method to alter the value of $isstate?
Thanks!
Phil
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev