as the title says, i update a ui.Label during a loop computation, to see progress, but the label display is updated only at the end... so it doesnt show progress.
i have tried to implement a subclass of ui.view with an update(), but i failed (nothing appears any more, probably my bad)
I vaguely remember reading things about decorators and main thread, but i have no experience with this.
Any help? Thanks.