Hi Daniel,

07.02.2010 15:14, schrieb danovics:
> 2. when I would like to display a loader.gif if the processes will take long
> time. In this case the second layer acts as the holder of this gif in the
> center of the screen.
>    
I think the problem is that your long running code blocks the browser 
rendering phase. It seems to me that your code to show and hide your 
layouts is not the problem. Could you please try to run this long 
running code in an timer [qx.event.Timer.once(function(e) {…}, this, 
0);]. I hope that this trick help to execute the long running code after 
the browser rendering phase.

Cheers,
Chris

-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to