Hi Chris, the background process should be asynchronous...

On Sun, May 3, 2015 at 9:30 PM, Chris <chris...@gmx.at> wrote:

> 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 <chris...@gmx.at>:
> >
> > 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 <seb...@gmail.com>:
> >>
> >> 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 <chris...@gmx.at> 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: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
>
>

Reply via email to