Hi Jim,

What I do is to first create a message (a qx.ui.basic.Label), saying
"loading data....", then I do this code:

        window.setTimeout(function() {
                // render all widgets and load any required AJAX data
                ......
                qx.ui.core.Widget.flushGlobalQueues();
        }, 1);

This code is simple and works.


Jim Hunter-2 wrote:
> 
> Is there a global event that might get fired after a screen has been
> rendered? What I am looking to do is to show a status message telling the
> user that 'things' are happening, then once qooxdoo has finished updating
> the screen, make my status message go away. So I am looking for some
> global
> event that I can hook into that tells me rendering is complete for the
> entire page. Is there such an event? It would be similar to the
> afterDisappear event when closing a window, but this would be more like
> afterCompleteRender  that gets triggered when all updates are done and the
> screen is repainted.
> 
> Thanks,
> Jim
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Global-events-tf2391788.html#a6674166
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to