On Tue, Jun 14, 2011 at 1:23 PM, [email protected]
<[email protected]> wrote:
> Hi All,
>
> The website I am working on does a lot of Stats Calculation in the
> background before a page is displayed.
> How can I add a Splash Screen or Screen that displays a loading bar?
>

tgext.asyncjob to set the progress status and a setInterval to
retrieve it and update a jQuery.ui.progressbar can quickly do the
trick.
Otherwise you can use something like an IFRAME to push the data to the
frontend but it is a bit more tricky.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to