here is explained how to do, that is not possible in regular web2py """
This file is part of the web2py Web Framework
Copyrighted by Massimo Di Pierro
License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)
Attention: Requires Chrome or Safari. For IE of Firefox you need
https://github.com/gimite
On Wednesday, February 23, 2011 5:49:24 AM UTC-5, elffikk wrote:
> you need a flash or javascript widget and a "comet" web2py controller that
> will push data to the browser
> when a step is done you will send a message to the browser wich will redraw
> to show the progress
>
Also, it looks l
Take a look at the jQuery progressbar widget [1] , maybe this can help you.
[1] http://docs.jquery.com/UI/Progressbar
--
Lucas D'Avila
http://flavors.me/lucasdavila
Sent from my phone
Em 23/02/2011 07:50, "Vasile Ermicioi" escreveu:
that may help
http://code.google.com/p/web2py/source/browse/gluon/contrib/comet_messaging.py
you need a flash or javascript widget and a "comet" web2py controller that
will push data to the browser
when a step is done you will send a message to the browser wich will redraw
to show the progress
I made a progress meter in web2py, but it only shows up in the terminal
window. How can I make the progress bar/meter to work in the web2py's HTML
page?
Here's a part of the code:
k = 1 # This is the loop variable for subplots.
for counter in nus:
fig = plt.figure()
D =
6 matches
Mail list logo