[Gambas-user] Progress of WebProgressBar
Safiur Rahman
isafiur at gmail.com
Mon Jun 28 16:12:11 CEST 2021
Same status with Wait e.g.
WebProgressBar1.Value = (res.Index + 1) / res.Count
Wait
On 6/28/21, Safiur Rahman <isafiur at gmail.com> wrote:
> Hi Benoît
>
> When I use WebProgressBar for long process (eg. counting a result
> from database) then its value doesn't alter might be because the
> process gets busy.
>
> WebProgressBar1.Value = (res.Index + 1) / res.Count
> WebProgressBar1.Refresh()
>
> This shows me 0% then busy sign then 100%.
>
> How can I remove busy sign and update the value in WebProgressBar?
>
>
>
>
>
> --
> Regards
> Safiur Rahman
>
--
Regards
Safiur Rahman
More information about the User
mailing list