WebLabels how to refresh

Hi
if any way to refresh weblabels to show the info in for next loop. like a counter

Michel’s post may help you: https://forum.xojo.com/21317-refresh-screen-during-a-loop/0

no working

The short story is that if you have a loop, it’ll run on the server and return back to the web page complete.

So you can run your loop in a Thread and use a WebTimer to update the label. If your loop runs quickly, you might not see it update.

ok
thanks

No need for a webtimer if he runs in a webthread. Web has no such limitation as not being able to access the UI from a thread.