users@woodstock.java.net

Re: What is the best way to change the Busy Icon of the ProgressBar component

From: Animesh Sahay <animesh.sahay_at_gmail.com>
Date: Tue, 4 Dec 2007 11:25:24 +0530

You can use the progressImageUrl attribute to set a new busy indicator
image. Also you can set the height and width attribute for busy
indicator using the height and width property of ProgressBar.

<webuijsf:progressBar binding="#{Page1.progressBar1}" height="30"
id="progressBar1" progressImageUrl="/resources/busy1.gif"
                            style="position: absolute; left: 120px;
top: 144px" type="BUSY" width="30"/>

Thanks!
Animesh

On 12/3/07, Brett M. Bergquist <bbergquist_at_canoga.com> wrote:
> I need to substitute a new icon for ProgressBar that is configured as a
> Busy ProgressBar. There is a property to set an icon for a ProgressBar
> that is indeterminate but no such property for one that is configured as
> Busy. So what is the best way to change this? Build a custom woodstock
> source with a different icon? Build a special theme?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>