Just commited an example in
http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/progress.jsp
should work with the next nightly build.
Regards
Bernd
John wrote:
Hi Volker,
That makes perfect sense, thank you. I didn't even know about the reload
facet.
John
-----Original Message-----
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 9:37 AM
To: MyFaces Discussion
Subject: Re: [Tobago] - Looking for usage examples for progress bar
Hi John,
currently you need to put the progressbar into a panel with a reload
facet.
<tc:panel>
<f:facet name="reload">
<tc:reload frequency="5000" />
</f:facet>
<tc:progress .../>
</tc:panel>
(not tested, but should work)
Regards,
Volker
2006/12/18, John <[EMAIL PROTECTED]>:
Hi Bernd,
I looked over your example. It seems like only enough code to display
the progress bar using the parameters from the BoundedRangeModel. I
actually already got that far (displaying the nice progress bar with
the paramters from the BoundedRangeModel). But I can't see how you
animate the progress bar to represent progress. When I change the
model in real-time, the changes aren't reflected in the progress bar.
Even if I completely re-assign the rangeModel to the progressBar, no
change visually to the bar.
John
-----Original Message-----
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 17, 2006 1:53 PM
To: MyFaces Discussion
Subject: Re: [Tobago] - Looking for usage examples for progress bar
Hello John,
in the gendoc webapp in tobago-tool you can find an example for this.
But it is not very useful. I will try to setup a better example with a
ajax enabled progress bar.. if I get some time :-)
Regards
Bernd
John wrote:
Can't seem to find them anywhere?
Thanks,
John