I use the flex viewer 3.0 and the application builder. Now I have a problem with the measure function in the draw and measure widget. When i check the show measurements box and draw a line I get a white box without any message. Does anyone has any idea what causes the problem?My xml-file<?xml version="1.0" ?>
<configuration>
<distanceunits>
<distanceunit abbr="km" conversion="0.001">Kilometers</distanceunit>
<distanceunit abbr="m" conversion="1">Meters</distanceunit>
</distanceunits>
<areaunits>
<areaunit abbr="km2" conversion="0.000001">Square kilometers</areaunit>
<areaunit abbr="ha" conversion="0.0001">Hectares</areaunit>
<areaunit abbr="m2" conversion="1">Square meters</areaunit>
</areaunits>
</configuration>