I mad this code to light a bmp when aileron trim is set to 0
<Element>
<Size X="117" Y="123"/>
<Visible>(A:Circuit general panel on, bool)</Visible>
<Element>
<Visible>(A:Aileron trim, degrees) 0 ==</Visible>
<Image Name="AIL.bmp" Bright="YES"/>
</Element>
</Element>
<Mouse>
<Tooltip>Aileron Trim</Tooltip>
</Mouse>
code is working: as I change value the bmp disappears.
I can't figure out why, when I come back to 0, the bmp is not be shown again.
Anyone can help ?
thanks
<Element>
<Size X="117" Y="123"/>
<Visible>(A:Circuit general panel on, bool)</Visible>
<Element>
<Visible>(A:Aileron trim, degrees) 0 ==</Visible>
<Image Name="AIL.bmp" Bright="YES"/>
</Element>
</Element>
<Mouse>
<Tooltip>Aileron Trim</Tooltip>
</Mouse>
code is working: as I change value the bmp disappears.
I can't figure out why, when I come back to 0, the bmp is not be shown again.
Anyone can help ?
thanks