Hi,
I thought I understood what requestUpdate do ... But it's seems it's not the case ... As I understood : when I call WatchUi.requestUpdate(), the onUpdate of the current View is called. It is done when the Widget return to the VM.
So, why the result is not the same when I call WatchUi.requestUpdate() twice in a row vs just one ?
Is the changes made in the View are "stacked" ? Then each WatchUi.requestUpdate() "unstack" some ?
Regards.