Hello there,
I've a strange bug:
I've this function
function drawUnits(dc,spv,dv,slv){
dc.setColor(Graphics.COLOR_BLACK,Graphics.COLOR_WHITE);
var speedunitdim=dc.getTextDimensions(speedValue.format("%.1f"),Graphics.FONT_LARGE);
var xspeedunit...