Hi,
How will Ui.requestUpdate() work?
Currently - what I observed with fresh beta 5X firmware is that
- Map is not refreshed (better to not refresh of course…)
- Text are transparent (which is fine)
- Each new text overlap on the old one - meaning - I'd need to clear (?) background manually to place new text (loosing automatically transparency)?
Specifically at the last point have no idea how to handle now
My current onUpdate looks like:
function onUpdate(dc) {
…
MapView.onUpdate(dc);
…
new Ui.Text(….).draw(dc);
}
I know - this is beta - so nothing to worry about - maybe this is more a bug report? :)