[Gambas-user] Progress of WebProgressBar
Safiur Rahman
isafiur at gmail.com
Mon Jun 28 15:36:48 CEST 2021
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
More information about the User
mailing list