Hi Tucker,
The second error shows that LFCdhtml.js has some kind of spacing
problem. Rather than writing, '... + ++LzNode.__UIDs', it removed too
much whitespace and wrote '... +++LzNode.__UIDs'.
With these kinds of errors, it is no surprise that LzCanvas never got defined.
Thanks!
Phil
If you see canvas not defined of usually indicates the LFC failed to
load. You need to use Firebug to find out what is bombing the LFC.
On Jan 25, 2008, at 11:25, Philip Romanik
<<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote:
When I try and run an app I get errors in dhtml. For example,
running a simple demo like weather, generates:
LzCanvas is not defined
[]
;var $backtrace=false;var $dhtml=true;var $as3=false;var
$js1=true;var $swf7=fal...
dev-console.lzx.j... (line 2)
invalid increment operand
[]
this.__LZUID="__U"+++LzNode.__UIDs;this.__LZdeferDelegates=true;var
$5=LzDelegat...
LFCdhtml.js (line 345)
This same errors shows for a <canvas></canvas> example. I'm using
dhtml to debug the data changes I made.
Thanks!
Phil