- Messages
- 10,158
- Country

Hey guys,
Ok.. I have stumbled onto several gauges (while looking for Value calls), and find that these have no Values mentioned in them.
Can the 'Value' be in the name of the gauge?
Here is an example...
Bill
Ok.. I have stumbled onto several gauges (while looking for Value calls), and find that these have no Values mentioned in them.
Can the 'Value' be in the name of the gauge?
Here is an example...
Code:
<Gauge Name="Annunciator Aft Door" Version="1.0">
<Element>
<Select>
<Value>0</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="1">
<Image Name="Annun_AftDoor_on.bmp" Bright="Yes" ImageSizes="30,10,48,16"/>
</Case>
</Select>
</Element>
<Mouse>
<Help ID="HELPID_GAUGE_ANNUNCIATOR_AFT_DOOR"/>
</Mouse>
</Gauge>
Bill
