Hi folks,
I want to understand how the XML gauges are working. If anybody of you is expert in this thing I may ask more things that is not clear for me. Thanks in advance.
So, I created an own button, which manipulates a local variable (fuel pump) to show/not show an image. So when you click the button it will be bright, and for next click it became dark. I found out from the default gagues that this is the required command line:
<Click>(L:fuel pump, bool) ! (& gt;L:fuel pump, bool)</Click>
but I do not understand it. Why is the ! there, and what is that & gt; expression is for? (If I type here correctly & gt; without space, than it become a > character...is it a transform, or load operation

)
Thanks in advance.