@Raimo-Järvi said in [Question] No stupid questions - ask anything here:
@SuuntoPartnerTeam Why wouldn’t it work, @egika is doing basically the same as this example in documentation: <eval input="/Settings/Unit/UnitsMode" outputFormat="keyValue 0=Metric!|1=Imperial!" />. Just with icon font and different texts in keyValue formatter. This for example works fine in my Vertical:
<div class="f-ico" style="top:calc(50% - 50%e);left:calc(50% - 50%e);">
<eval input="/Fusion/Altitude/PressureTrend"
outputFormat="keyValue 1=|2=|3=|4=|5=|6=|7=|8=|9=" />
</div>
If input value is not one of the expected values for some reason, changing formatting method doesn’t help.
Hi Raimo!
Good to see you here!
Just found the difference: I was using class=“f-ico-l” (no idea if there ever was an L version of the icons.
This does not work. with class=“f-ico” it is working as designed.