I came across this bug report about node init values http://www.openlaszlo.org/jira/browse/LPP-3410 Did we ever decide to do anything about this? I guess the tradeoff is that it would add to the filesize and memory footprint, and impact startup performance to wrap all the node inits inside of a function which was evaluated at instantiation time?
It seems like we have most of this done already in the case of "instance classes", where we already go to the expense of creating a custom class, so putting the node init statements into the constructor would be for free. But that wouldn't apply in the "simple" cases where we're not auto-building a custom class. -- Henry Minsky Software Architect [EMAIL PROTECTED]
