Hi there,
i'm currently building my first ADI, at the moment I don't wanna have it precise or any indications on it, I just want that the card is in the frame... but right now it looks like this
the code is as follows
<Gauge Name="DC-8 ADI" Version="1.0">
<Image Name="Background.bmp" ImageSizes="490,490"/>
<Element>
<MaskImage Name="Mask.bmp">
<Axis X="245" Y="245"/>
</MaskImage>
</Element>
<Element>
<Position X="245" Y="245"/>
<Image Name="Ladder.bmp">
<Axis X="245" Y="490"/>
</Image>
<Shift>
<Value Minimum="-90" Maximum="90">(A:Attitude indicator pitch degrees,degrees) /-/</Value>
<Scale Y="4"/>
</Shift>
<Rotate>
<Value>(A:Attitude indicator bank degrees,radians)</Value>
</Rotate>
</Element>
<Element>
<MaskImage Name="Background.bmp">
<Axis X="245" Y="245"/>
</MaskImage>
</Element>
</Gauge>
Now the first picture calles Background.bmp is the Frame of the ADI, Mask.bmp is black, Ladder is what you also see on the screenshot...
can anyone try to help me and explain it to me, as I didn't yet really understood the tutorial I read...
Regards
Johann
i'm currently building my first ADI, at the moment I don't wanna have it precise or any indications on it, I just want that the card is in the frame... but right now it looks like this
the code is as follows
<Gauge Name="DC-8 ADI" Version="1.0">
<Image Name="Background.bmp" ImageSizes="490,490"/>
<Element>
<MaskImage Name="Mask.bmp">
<Axis X="245" Y="245"/>
</MaskImage>
</Element>
<Element>
<Position X="245" Y="245"/>
<Image Name="Ladder.bmp">
<Axis X="245" Y="490"/>
</Image>
<Shift>
<Value Minimum="-90" Maximum="90">(A:Attitude indicator pitch degrees,degrees) /-/</Value>
<Scale Y="4"/>
</Shift>
<Rotate>
<Value>(A:Attitude indicator bank degrees,radians)</Value>
</Rotate>
</Element>
<Element>
<MaskImage Name="Background.bmp">
<Axis X="245" Y="245"/>
</MaskImage>
</Element>
</Gauge>
Now the first picture calles Background.bmp is the Frame of the ADI, Mask.bmp is black, Ladder is what you also see on the screenshot...
can anyone try to help me and explain it to me, as I didn't yet really understood the tutorial I read...
Regards
Johann
