On 9/6/06, Henry Minsky <[EMAIL PROTECTED]> wrote:
There's a bug in the current build such that you cannot run dhtml apps without the debugger if the canvas 'debug' property is set to true (because the compiler is erroneously compiling the app with debug annotation, but linking it with the
non-debug verison of the LFC library).
Remove debug="true" from the <canvas> tag for now.
We should have the new nightly builds up very soon, and this is now fixed. There are also a slew of small fixes coming
for undefined property references in the LFC, which silently proceed in swf but cause the browser _javascript_ interpreters to halt
with an error.On 8/27/06, BLISHEN Aaron <[EMAIL PROTECTED]> wrote:Hi All,I am trying to get DHTML output working for the following LZX:<canvas width="600" height="600" debug="true" bgcolor="gray">
<view name="header" x="5" width="${parent.width-10}" height="40" bgcolor="#163b67">
<view x="10" y="3" bgcolor="white">
<text fontsize="24" fontstyle="bold" fgcolor="#FFFFFF">Test DHTML</text>
</view>
<view x="400" y="8" bgcolor="blue">
<simplelayout axis="x" spacing="4"/>
<text fontsize="12" fontstyle="bold" fgcolor="#FFFFFF">Test</text>
<text fontsize="12" fontstyle="bold" fgcolor="#FFFFFF">DHTML</text>
<text fontsize="12" fontstyle="bold" fgcolor="#FFFFFF">Output</text>
</view>
</view>
</canvas>The result is just a grey canvas. If I use swf output, the views are displayed. Any ideas?
Cheers,Aaron.
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
