January 16, 200917 yr 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>
January 16, 200917 yr Moderator 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
Create an account or sign in to comment