Jump to content
Sign in to follow this  
Guest JC01GTP

Help! XML newb.....Issues

Recommended Posts

Guest JC01GTP

I have designed a bitmap for the following XML program, and wanted to add it to a few of my airplanes, especially the Yak-12 since you need to monitor the temperatures closely. I am trying to add this to my panel using FSPanel Studio but the program indicates the xml is 0bytes and there is nothing to load. I am bundling this together using Cab Maker, what step am I missing??? Please help me out. (bitmap is attached)......<Gauge Name="EMP" Version="1.0"><Image Name="Engine_Parameter.bmp" ImageSize="95,95"/><Element><Position X="70" Y="22"/><Text X="32"Y="14"BRIGHT="YES" LENGHT="3" FONT="Rockwell" Color="black" Adjust="centre" VerticleAdjust="center> <String>%((A:RECIP CARBURETOR TEMPERATURE,celsius))%!3d!</String></Text></Element><Element><Position X="70" Y="40"/><Text X="32"Y="14"BRIGHT="YES" LENGHT="3" FONT="Rockwell" Color="black" Adjust="centre" VerticleAdjust="center> <String>%((A:RECIP ENG MANIFOLD PRESSURE,millimeter of mercury))%!4d!</String></Text></Element> <Position X="70" Y="59"/><Text X="32"Y="14"BRIGHT="YES" LENGHT="3" FONT="Rockwell" Color="black" Adjust="centre" VerticleAdjust="center> <String>%((A:RECIP ENG CYLINDER HEAD TEMPERATURE,celsius))%!3d!</String></Text></Element><Position X="70" Y="77"/><Text X="32"Y="14"BRIGHT="YES" LENGHT="3" FONT="Rockwell" Color="black" Adjust="centre" VerticleAdjust="center> <String>%((A:GENERAL ENG OIL TEMPERATURE,celsius))%!3d!</String></Text></Element></Gauge>

Share this post


Link to post
Share on other sites

Some mispelled words...Center, not centreVertical, not VerticleLength, not LENGHTTake care for use of blank spaces also...Does the "Rockwell" font exist on default WinXP or Vista installations? All I see is "Rockwell Extra Bold"...

<Gauge Name="EMP" Version="1.0">	<Image Name="Engine_Parameter.bmp" ImageSize="95,95"/>	<Element>		<Position X="70" Y="22"/>		<Text X="32 "Y="14" Bright="YES" Length="3" FONT="Rockwell" Color="black" Adjust="Center" VerticalAdjust="center>				<String>%((A:RECIP CARBURETOR TEMPERATURE,celsius))%!3d!</String>		</Text>	</Element>	<Element>		<Position X="70" Y="40"/>		<Text X="32" Y="14" Bright="YES" Length="3" FONT="Rockwell" Color="black" Adjust="Center" VerticalAdjust="center>				<String>%((A:RECIP ENG MANIFOLD PRESSURE,mmHg ))%!4d!</String>		</Text>	</Element>			<Position X="70" Y="59"/>		<Text X="32" Y="14" Bright="YES" Length="3" FONT="Rockwell" Color="black" Adjust="Center" VerticalAdjust="center>				<String>%((A:RECIP ENG CYLINDER HEAD TEMPERATURE,celsius))%!3d!</String>		</Text>	</Element>		<Position X="70" Y="77"/>		<Text X="32" Y="14" Bright="YES" Length="3" FONT="Rockwell" Color="black" Adjust="Center" VerticalAdjust="center>				<String>%((A:GENERAL ENG OIL TEMPERATURE,celsius))%!3d!</String>		</Text>	</Element></Gauge>


Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

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...