On Wed, Aug 6, 2008 at 7:50 PM, Derrell Lipman
<[EMAIL PROTECTED]> wrote:
> On Wed, Aug 6, 2008 at 3:56 PM, Ian Monroe <[EMAIL PROTECTED]> wrote:
>       // Referencing the appender is necessary to get it to load.
>       var appender = qx.log.appender.Native;
>
> then your debug statements should start to display.

This worked. Thanks. :)

>> *Firefox locks up and does one of those "Unresponsive Script" warnings
>> after a few seconds.
>
> I highly suspect that's a completely different issue.  You're doing
> something somewhat unusual, in that you're issuing a new Request inside of a
> different Request's callback.  That may cause you problems.  Why don't you
> try doing the secondary request via a timeout (qx.event.Timer.once would be
> appropriate).  You can use a timeout value of 0 so it occurs immediately
> upon completion of the current user code execution, but at least that way
> it's not tied up in the callback of the first request.

I just put them one after the other, and from the debugs I can see
that both operations are completed fine. But it still hangs and the
treeview is never shown.

Ian

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to