- Messages
- 10,158
- Country

Hey guys,
Can anyone see why this gauge will not work via mouse control?
I also tried this route;
The gauge (small rocker switch) will animate when the VC 3D switch part is clicked on and animates, but the 'click/work' on the 2D switch 'will not' work. Hovering the mouse over it will give you the tooltip properly, the hand shows up, but no 'crickie crickie'...

My eyebrows would be ever so greatful for your thoughts on why this isnt working. (I would too... ).
Bill
Can anyone see why this gauge will not work via mouse control?
Code:
<Gauge Name="Deicing Pump Switch" Version="1.0">
<Element>
<Select>
<Value>(L:Deicing Pump Two,bool)</Value>
<Case Value="0">
<Image Name="KodiakRockerOff.bmp" ImageSizes="29,47"/>
</Case>
<Case Value="1">
<Image Name="KodiakRockerOn.bmp" ImageSizes="29,47"/>
</Case>
</Select>
</Element>
<Mouse>
<Tooltip>Deicing Pump</Tooltip>
<Cursor Type="Hand"/>
<Click Event="(>L:Deicing Pump Two,bool)"/>
</Mouse>
</Gauge>
I also tried this route;
Code:
<Click Event="(L:Deicing Pump Two,bool) ! (>L:Deicing Pump Two,bool)"/>
The gauge (small rocker switch) will animate when the VC 3D switch part is clicked on and animates, but the 'click/work' on the 2D switch 'will not' work. Hovering the mouse over it will give you the tooltip properly, the hand shows up, but no 'crickie crickie'...

My eyebrows would be ever so greatful for your thoughts on why this isnt working. (I would too... ).
Bill
