Note to self, you can still call console.log() in DHTML non-debug mode , to get informative print statements printed nicely to the console.
On 8/28/07, Henry Minsky <[EMAIL PROTECTED]> wrote: > No, that didn't seem to make any difference. > > It seems to be related somehow to dynamic data loading, because if the > dataset that the tree is driven from is compiled in statically, then > the app works, but if it is dynamically loaded at runtime over HTTP, > it never seems to fire the chain of events to start the data > replication of the tree. So the question is, what could be different > in DHTML debug/non-debug with the data loading and event sending ?? > > On 8/28/07, P T Withington <[EMAIL PROTECTED]> wrote: > > The debugger annotation could change the parsing of that expression. > > What happens if you say 'new (global[c])(...)'? > > > > --- > > L'iPhone, c'est moi. > > > > On Aug 28, 2007, at 6:07 PM, "Henry Minsky" <[EMAIL PROTECTED]> > > wrote: > > > > > The weirdo issue here is that the example runs in DHTML/debug but > > > fails in DHTML/no-debug runtime. > > > > > > I don't see any reference to .make() anyplace. The main recursion in > > > the tree component is this call > > > > > > new global[c](this, args, null, true); > > > > > > Would that behave differently in DHTML debug vs non-debug runtimes?? > > > > > > On 8/28/07, P T Withington <[EMAIL PROTECTED]> wrote: > > >> Is something in the navbar code calling make instead of new perhaps? > > >> > > >> --- > > >> L'iPhone, c'est moi. > > >> > > >> On Aug 28, 2007, at 5:38 PM, Max Carlson <[EMAIL PROTECTED]> wrote: > > >> > > >>> This is http://jira.openlaszlo.org/jira/browse/LPP-4540 - Laszlo > > >>> Explorer hierarchical menu does not display in dhtml/firefox/opera/ > > >>> safari > > >>> > > >>> I tracked this down to r6134: > > >>> Change 20070817-ptw-3 by [EMAIL PROTECTED] on 2007-08-17 > > >>> 07:12:53 EDT > > >>> in /Users/ptw/OpenLaszlo/wafflecone > > >>> for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone > > >>> > > >>> Summary: Remove `make` trampoline from Class system > > >>> > > >>> Bugs Fixed: > > >>> LPP-1605 'ctor precedence is wrong' > > >>> LPP-4365 'Adding prototype functions to builtin objects a bit > > >>> broken' > > >>> LPP-4513 'Compiler Improvements to address performance' > > >>> > > >>> Technical Reviewer: max (Message-ID: <46C62AAF. > > >>> [EMAIL PROTECTED]>) > > >>> QA Reviewer: hminsky (pending) > > >>> > > >>> Details: > > >>> LzDefs: Rework LzInheritedHash to not require .make. > > >>> > > >>> Class: Rework contstructors to call .initialize, .make retained > > >>> for backwards-compatibility. Split out class validation code. > > >>> > > >>> Compiler: Remove passThroughNodes before dispatching. Print new > > >>> expressions with correct associativity. > > >>> > > >>> JavascriptGenerator, JavascriptCompressor, CodeGenerator: Remove > > >>> translation of new to .make > > >>> > > >>> Parser.jjt: Learn how to correctly parse a `new` expressions and > > >>> maintain associativity. > > >>> > > >>> Tests: > > >>> smokecheck in swf7, swf8, dhtml > > >>> > > >>> Benjamin Shine wrote: > > >>>> Which navbar, where? If you mean the navbar in Laszlo explorer, > > >>>> henry and max and I have been working on it, but haven't found a > > >>>> fix yet. > > >>>> Sent from Laszlo's iPhone, which Ben Shine is borrowing > > >>>> On Aug 28, 2007, at 11:07 AM, "Mamye Kratt" > > >>>> <[EMAIL PROTECTED]> wrote: > > >>>>> The navbar is missing in dhtml, r6261. > > >>> > > >>> -- > > >>> Regards, > > >>> Max Carlson > > >>> OpenLaszlo.org > > >> > > > > > > > > > -- > > > Henry Minsky > > > Software Architect > > > [EMAIL PROTECTED] > > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > -- Henry Minsky Software Architect [EMAIL PROTECTED]
