August 19, 201015 yr I've been trying to do a real easy XML gauge that would read "Low Fuel Right", and everything that I've done so far doesn't seem to be working. I've even looked at other XML gauges to try to get an idea of what it should look like, and again it's not working. Is there anybody willing to post what it's supposed to look like, so I (or anybody else in the future) can copy/paste into notepad. I know I'm asking a lot, but really could use the help. Very Respectfully J.R. Duda
August 20, 201015 yr Though the following isn't a copy/paste, the element is from a working gauge I made, <Element> <Position X="30" Y="44" /> <Visible>(A:FUEL TOTAL QUANTITY, gallons) 175 < (A:CIRCUIT GENERAL PANEL ON, bool) and</Visible> <Text X="96" Y="30" Bright="yes" Length="8" Font="quartz" Color="0xFFA06B" Adjust="Center" VerticalAdjust="Center" Fixed="no"> <String>LOW_FUEL</String> </Text> </Element> It is a "Total" fuel warning, you will have to change the variable and the string to what you want.You will also have to position it for your background, and designate the level, in gallons, in place of "175" above.Change the font and color also, to your preference.The SDK lists the variables available and you can also change to a "percent" variable to make it universal. ..Don
Create an account or sign in to comment