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
