We talked. Don has a fix coming.
On 2008-01-25, at 12:52 EST, P T Withington wrote:
Something peculiar to the devildog branch, because it is correctly
unparser in ringding.
Don any ideas?
On Jan 25, 2008, at 12:17, P T Withington <[EMAIL PROTECTED]> wrote:
Got it. I'll have a look. It is definitely an error in the unparser.
On Jan 25, 2008, at 12:09, Philip Romanik
<[EMAIL PROTECTED]> wrote:
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 < [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