Page 1 of 1

Replacement for Progress Dialog - Bean

PostPosted: Wed Jan 19, 2022 7:49 am
by dlclark
Wondering what the best practices are for replacing the Bean based Progress Dialog when migrating to NG Client?

Re: Replacement for Progress Dialog - Bean

PostPosted: Wed Jan 19, 2022 10:40 am
by paronne
Hi,

there is a Progress Bar component which you can use.
You will need to setup your own (non-modal) dialog and place the Progress Bar component in it, to be updated progressively.
The Progress Bar component is part of the Bootstrap Extra components which you can add to your solution via the Web Package Manager.

https://github.com/Servoy/bootstrapextr ... ogress-Bar

Regards,
Paolo