On Wed, May 21, 2008 at 1:25 PM, Michele Petrazzo
<[EMAIL PROTECTED]> wrote:
>
> Hello,
> I want to execute a long time functions (3/4->10 seconds) and do
> somethig like:
> - show a text message into the page body during this time (for example
> one line per second or the function return message)
> - at the end, redirect the user to a new page
>
> Looking into the cookbook and into the list I cannot see somethig like
> this. Does someone has code or some trickles?

Shooting in the dark here, you can just print stuff out, or if you're
using 0.3 use yield.

Otherwise you could do some clever progress thingie using Ajax.

-- 
Hermann Käser
http://theragingche.com/
http://semicir.cl/user/hermzz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to