Hi,

the theme.css was missing.

I have put the progress bar in a panel and add the behavior to the form based 
on a wicket event (click button).
How can I run the run the progress bar in parallel to some background process 
so that the panel gets updated and not waits until the page renders itself?
update.getTarget().add(...);

Thanks


> Am 03.05.2015 um 21:06 schrieb Chris <[email protected]>:
> 
> Hi Sebastian,
> 
> thanks - I will have a look at it.
> 
> Currently, I would like to run the example, however, only the feedback panel 
> is shown, but not the table.
> I have included the jquery-ui.css - what else might I be missing?
> 
> Chris
> 
> 
> 
>> Am 03.05.2015 um 20:44 schrieb Sebastien <[email protected]>:
>> 
>> Hi Chris,
>> 
>> Actually progressbar does not hold a timer, its a separate
>> AbstractAjaxTimerBehavior.
>> You can extend the AbstractAjaxTimerBehavior to control the progressbar -
>> like in the demo - and add this custom behavior only when you need it
>> (button click for instance)
>> 
>> Hope this helps,
>> Sebastien
>> 
>> 
>> 
>> On Sun, May 3, 2015 at 8:06 PM, Chris <[email protected]> wrote:
>> 
>>> Hi all,
>>> 
>>> how can the timer of the progress bar initialized, so that it does not
>>> start automatically and only after a Wicket event is received (e.g. button
>>> click in another component?)
>>> http://www.7thweb.net/wicket-jquery-ui/progressbar/DefaultProgressBarPage?5
>>> <
>>> http://www.7thweb.net/wicket-jquery-ui/progressbar/DefaultProgressBarPage?5
>>>> 
>>> 
>>> Thanks, Chris
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Reply via email to