Jump to content
Sign in to follow this  
Guest n707jt

XML Guage not appearing

Recommended Posts

Guest n707jt

Hi guysI am trying to create a VSI for a HUD but I am encountering some problem. It is not appearing. I have attached my XML code for my VSI here. Please do look through and see for me if there is anything wrong with it.

	<Image Name="VSI-BACK.bmp" Bright="Yes" ImageSizes="100,400">		<Element>		<Position X="340" Y="60/>		<Image Name"VSI-ARROW.bmp" Bright="Yes" ImageSizes="39,25">		<Axis X="70" Y="200" PointsTo="East"/>	</Image>	 <Rotate>		 <Value Minimum="-15" Maximum="15">(A:Vertical speed,feet per minute) 100 /</Value>	 <Nonlinearity>		 <Item Value="-15" X="30" Y="291"/>		 <Item Value="-10" X="30" Y="264"/>		 <Item Value="-5" X="30" Y="227"/>		 <Item Value="0" X="30" Y="291"/>		 <Item Value="5" X="30" Y="172"/>		 <Item Value="10" X="30" Y="144"/>		 <Item Value="15" X="30" Y="116"/>	 </Nonlinearity>	 <Delay DegreesPerSecond="25"/>	 </Rotate>   </Element>

Share this post


Link to post
Share on other sites

Just finger trouble by the looks of it.

<Gauge Name="Vsi thingy">       // Is the code within <Gauge> tags ??   <Image Name="VSI-BACK.bmp" Bright="Yes" ImageSizes="100,400" />  //  the closing / was missing        <Element>        <Position X="340" Y="60" />		//  the closing " was missing         <Image Name="VSI-ARROW.bmp" Bright="Yes" ImageSizes="39,25">	// the = after the Image Name was missing        <Axis X="70" Y="200" PointsTo="East"/>    </Image>     <Rotate>         <Value Minimum="-15" Maximum="15">(A:Vertical speed,feet per minute) 100 /</Value>     <Nonlinearity>         <Item Value="-15" X="30" Y="291"/>         <Item Value="-10" X="30" Y="264"/>         <Item Value="-5" X="30" Y="227"/>         <Item Value="0" X="30" Y="291"/>         <Item Value="5" X="30" Y="172"/>         <Item Value="10" X="30" Y="144"/>         <Item Value="15" X="30" Y="116"/>     </Nonlinearity>     <Delay DegreesPerSecond="25"/>     </Rotate>   </Element>      </Gauge>

Regards Ted.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...