users@woodstock.java.net

Re: Help with progress bar

From: Animesh Sahay <animesh.sahay_at_gmail.com>
Date: Mon, 19 May 2008 22:59:53 +0530

On Mon, May 19, 2008 at 7:16 PM, Felipe Jaekel <fkjaekel_at_gmail.com> wrote:
> I'd like to make a progress bar that behaves like a desktop application
> progress bar:
> - When the page renders it renders with the page, but it is stopped.
We are adding an "autoStart" attribute to support this. For now, you
can assign refreshRate=0 to stop it.
> - When a button action is executed it starts, showing the progress of that
> action.
onclick of the button you can assign a value greater than zero to
refreshRate in a javascript function using setProps() to start the
progress..

-Animesh
>
> I looked at the examples, but I didn't get it working properly.
>
> Thanks for any help,
> Felipe
>