Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

XML Guage not appearing

Featured Replies

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>

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.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.