hi,
There is a bug in the databinding / dataset with empty datasets (tested in
several revision and latest legals r4898)
Test Case:
<?xml version="1.0" encoding="UTF-8" ?>
<canvas debug="true" width="950" >
<include href="lz/tree.lzx" />
<dataset name="mydata" />
<tree datapath="mydata:/basket" open="$path{'@isopen'}"
text="$path{'@name'}" multiselect="true">
<tree id="xxx" datapath="*" text="$path{'@name'}"
isleaf="$path{'@isleaf'}" />
</tree>
</canvas>
=> runtime Flash swf8 with debugger results in 100% CPU and no more
interaction
Is this connected with this Issue:
http://jira.openlaszlo.org/jira/browse/LPP-3882
or should a fill a new Bug?
--
Sebastian Wagner
http://www.webbase-design.de
http://www.laszlo-forum.de
[EMAIL PROTECTED]